FreeBSD Bugzilla – Attachment 10201 Details for
Bug 20525
Trailing NUL from DHCP server makes dhclient break resolv.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 547 bytes, created by
David Wolfskill
on 2000-08-10 20:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Wolfskill
Created:
2000-08-10 20:40:00 UTC
Size:
547 bytes
patch
obsolete
>Index: common/options.c >=================================================================== >RCS file: /cvs/freebsd/src/contrib/isc-dhcp/common/options.c,v >retrieving revision 1.1.1.3.2.1 >diff -c -r1.1.1.3.2.1 options.c >*** options.c 2000/06/26 23:07:21 1.1.1.3.2.1 >--- options.c 2000/07/27 18:37:23 >*************** >*** 492,497 **** >--- 492,499 ---- > fmtbuf [i] = 't'; > fmtbuf [i + 1] = 0; > numhunk = -2; >+ /* accept null-terminated string */ >+ while (len && !dp[len-1]) len--; > break; > case 'I': > case 'l':
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20525
: 10201