FreeBSD Bugzilla – Attachment 12338 Details for
Bug 23912
vi(1) underflow of cnt in vs_paint() by O_NUMBER_LENGTH when both leftright and number options in use
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 423 bytes, created by
gladiatr
on 2000-12-28 21:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
gladiatr
Created:
2000-12-28 21:20:01 UTC
Size:
423 bytes
patch
obsolete
>--- vs_relative.c.orig Mon May 13 09:20:04 1996 >+++ vs_relative.c Thu Dec 28 00:54:32 2000 >@@ -122,7 +122,7 @@ > if (lp == NULL) { > done: if (diffp != NULL) /* XXX */ > *diffp = 0; >- return (0); >+ return (O_ISSET(sp, O_NUMBER) ? O_NUMBER_LENGTH : 0); > } > > /* Store away the values of the list and leftright edit options. */
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 23912
: 12338