From: Lars Hjemli Date: Sat, 27 Oct 2007 11:50:18 +0000 (+0200) Subject: cgit_parse_commit(): Add missing call to xstrdup() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/c61360fea0357672d2ab84a2c5a41ae1569f5d8a?ds=sidebyside;hp=c61360fea0357672d2ab84a2c5a41ae1569f5d8a cgit_parse_commit(): Add missing call to xstrdup() It's rather silly to point into random memory-locations. Also, remove a call to strdup() used on a literal char *. Signed-off-by: Lars Hjemli ---