]> granicus.if.org Git - cgit/commit
html.c: Replace strdup() with xstrdup()
authorLukas Fleischer <cgit@cryptocrack.de>
Sat, 6 Apr 2013 11:30:54 +0000 (13:30 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 8 Apr 2013 13:45:34 +0000 (15:45 +0200)
commit3edfd83db61f5dd2f046e6e8c21dfceeae03ed82
treeb29785135661b5f7bbb314b521b36351e021f142
parent8f208794318f83826e98168b8b430f2d9a68bcce
html.c: Replace strdup() with xstrdup()

Use the xstrdup() wrapper which already bails out if strdup() returns a
NULL pointer.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
html.c