FreeBSD Bugzilla – Attachment 182255 Details for
Bug 219024
csplit leaves last matching pattern at end of file N-1 as well as in file N
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] csplit.c
csplit.c.diff (text/plain), 259 bytes, created by
J.R. Oldroyd
on 2017-05-02 23:48:23 UTC
(
hide
)
Description:
[patch] csplit.c
Filename:
MIME Type:
Creator:
J.R. Oldroyd
Created:
2017-05-02 23:48:23 UTC
Size:
259 bytes
patch
obsolete
>--- csplit.oc 2017-05-02 19:40:23.146450000 -0400 >+++ csplit.c 2017-05-02 19:40:05.625664000 -0400 >@@ -399,8 +399,10 @@ > first = 0; > } > >- if (p == NULL) >+ if (p == NULL) { >+ toomuch(NULL, 0); > errx(1, "%s: no match", re); >+ } > > if (ofs <= 0) { > /*
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 219024
: 182255