FreeBSD Bugzilla – Attachment 15817 Details for
Bug 29218
Missing pointer increment in wcsspn result in eternal loop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 320 bytes, created by
Goran Lowkrantz
on 2001-07-25 14:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Goran Lowkrantz
Created:
2001-07-25 14:50:00 UTC
Size:
320 bytes
patch
obsolete
>--- wcsspn.c.orig Sun Jul 22 21:33:35 2001 >+++ wcsspn.c Sun Jul 22 21:28:45 2001 >@@ -50,6 +50,7 @@ > while (*q) { > if (*p == *q) > break; >+ ++q; > } > if (!*q) > goto done;
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 29218
: 15817