Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/lib/libc/net
Module Name: basesrc
Committed By: itojun
Date: Wed Jun 26 06:00:27 UTC 2002
Modified Files:
basesrc/lib/libc/net: getaddrinfo.c res_mkquery.c
Log Message:
correct bad practice in the code - it uses two changing variables
to manage buffer (buf and buflen). we eliminate buflen and use
fixed point (ep) as the ending pointer.
this fix is NOT critical.
To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 basesrc/lib/libc/net/getaddrinfo.c
cvs rdiff -r1.21 -r1.22 basesrc/lib/libc/net/res_mkquery.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