FreeBSD Bugzilla – Attachment 29471 Details for
Bug 49998
textproc/rman(rman-3.0.9) segmentation fault on invalid input
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 396 bytes, created by
IIJIMA Hiromitsu
on 2003-03-14 08:00:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
IIJIMA Hiromitsu
Created:
2003-03-14 08:00:19 UTC
Size:
396 bytes
patch
obsolete
>--- rman.c.bak Thu Jun 22 10:05:56 2000 >+++ rman.c Fri Jun 14 17:46:24 2002 >@@ -4198,12 +4198,16 @@ > q=strchr(p, ' '); > if (q!=NULL) *q++='\0'; > strcpy(manName, p); >+ if (q) { > for (p=q; isspace(*p); p++) /*nada*/; > if (*p) { > q=strchr(p,' '); > if (q!=NULL) *q++='\0'; > strcpy(manSect, p); > } >+ } else { >+ strcpy(manSect,"?"); >+ } > } > sI=0; > finitDoc=1;
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 49998
: 29471