cvs commit: src/lib/libc/net name6.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Aug 9 17:44:17 PDT 2005
dillon 2005/08/09 17:43:37 PDT
DragonFly src repository
Modified files:
lib/libc/net name6.c
Log:
Fix a bug introduced by 1.6. The 'cp' pointer was being incremented twice
in getanswer() for each NS_GET*() call because the new macro used already does
an increment. This prevented sendmail (and any program using the res_query
mechanism) from operating properly.
Revision Changes Path
1.7 +4 -6 src/lib/libc/net/name6.c
http://www.dragonflybsd.org/cvsweb/src/lib/libc/net/name6.c.diff?r1=1.6&r2=1.7&f=u
More information about the Commits
mailing list