Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/net



Module Name:    src
Committed By:   taca
Date:           Wed Feb 25 06:28:10 UTC 2004

Modified Files:
        src/lib/libc/net: getprotoent_r.c getservent_r.c

Log Message:
Semantic fix for allocation size for malloc() and realloc() previously
modified.  Allocation unit isn't sizeof(char **) but sizeof(char *).

Noted by Geoff Wing.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/net/getprotoent_r.c \
    src/lib/libc/net/getservent_r.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index