OpenBSD CVS

CVS log for src/usr.bin/sort/Attic/append.c


[BACK] Up to [local] / src / usr.bin / sort

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_2_5


Revision 1.4 / (download) - annotate - [select for diffs], Sat May 2 02:41:55 1998 UTC (26 years, 1 month ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

fix yet another malloc problem.
malloc(2) states quite clear that "malloc() allocates uninitialized space"
just one malloc'ed memory is cleared by this fix.
do a 'sort -u /dev/null' w/ /etc/malloc.conf -> J> to reproduce.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.