FreeBSD Bugzilla – Attachment 16948 Details for
Bug 30913
fingerd(8) execv failure due to missing argv termination (patch)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 618 bytes, created by
Dimitri Lommers
on 2001-09-29 15:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dimitri Lommers
Created:
2001-09-29 15:50:00 UTC
Size:
618 bytes
patch
obsolete
>*** fingerd.c Sat Sep 29 16:41:58 2001 >--- fingerd.c.new Sat Sep 29 16:41:58 2001 >*************** >*** 161,168 **** > av[1] = "-l"; > comp = &av[0]; > } >! else if (++ap == av + ENTRIES) > break; > lp = NULL; > } > >--- 161,170 ---- > av[1] = "-l"; > comp = &av[0]; > } >! else if (++ap == av + ENTRIES) { >! *ap = NULL; > break; >+ } > lp = NULL; > }
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 30913
: 16948