summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/xmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-28asprintf returns -1, not an arbitrary value < 0. Also upon error thederaadt1-2/+2
2015-11-17Merge xmalloc.[ch] files across base, skipping OpenSSH for now.tobias1-7/+9
2015-09-25xmalloc/free wrappers don't need to support 20 year old non comformancetedu1-20/+6
2015-06-17Use strdup in xstrdup; from Fritjof Bornebusch.nicm1-5/+3
2015-04-29Change internal xrealloc() to a idiom-following xreallocarray().deraadt1-11/+3
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert1-2/+2
2013-08-19Fix bogus errx(2, NULL) usage; malloc() failure should use err(2, NULL).millert1-8/+8
2010-08-04exit(2) on xcalloc failure. From Daniel Dickman <didickman () gmailray1-4/+4
2009-06-07More cvs/diff/rcs convergence:ray1-2/+18
2007-05-29Bring in some changes from rcsdiff:ray1-0/+91