FreeBSD Bugzilla – Attachment 11328 Details for
Bug 22351
sed(1) fails with backslash on buffer boundary in subst expressions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 613 bytes, created by
stefan.duerholt
on 2000-10-27 17:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
stefan.duerholt
Created:
2000-10-27 17:50:00 UTC
Size:
613 bytes
patch
obsolete
>--- compile.c.orig Sun Mar 19 19:41:52 2000 >+++ compile.c Fri Oct 27 16:10:39 2000 >@@ -471,13 +471,16 @@ > op = sp = text + size; > for (; *p; p++) { > if (*p == '\\') { >- p++; >+ if (*++p == '\0') { >+ if (cu_fgets(lbuf, sizeof(lbuf), &more)) >+ p = lbuf; >+ } > if (strchr("123456789", *p) != NULL) { > *sp++ = '\\';
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 22351
: 11328