FreeBSD Bugzilla – Attachment 15678 Details for
Bug 28990
ftp(1) has stack overflow when "mget *", etc.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 847 bytes, created by
SASAKI Taroh
on 2001-07-15 17:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
SASAKI Taroh
Created:
2001-07-15 17:00:01 UTC
Size:
847 bytes
patch
obsolete
>*** usr/src/usr.bin/ftp/util.c Mon Jul 16 00:45:11 2001 >--- usr/src/usr.bin/ftp/util.c.org Mon Jul 16 00:37:57 2001 >*************** >*** 371,377 **** > hash = 0; > if (doswitch) > pswitch(!proxy); >! for (mode = "w", ++argv; *argv != NULL; argv++, mode = "a") > recvrequest("NLST", temp, *argv, mode, 0, 0); > if ((code / 100) != COMPLETE) { > if (errbuf != NULL) >--- 371,377 ---- > hash = 0; > if (doswitch) > pswitch(!proxy); >! for (mode = "w"; *++argv != NULL; mode = "a") > recvrequest("NLST", temp, *argv, mode, 0, 0); > if ((code / 100) != COMPLETE) { > if (errbuf != 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 28990
: 15678