]> gitweb.ps.run Git - ps-cgit/commitdiff
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)
Use the xstrdup() wrapper which already bails out if strdup() returns a
NULL pointer.

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

No differences found