Bugzilla – Attachment 117647 Details for
Bug 242268
eb-4.2-36: array subscript is above array bounds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
bugzilla-242268.patch
bugzilla-242268.patch (text/plain), 443 bytes, created by
Mike Fabian
on 2007-02-06 15:02:08 UTC
(
hide
)
Description:
bugzilla-242268.patch
Filename:
MIME Type:
Creator:
Mike Fabian
Created:
2007-02-06 15:02:08 UTC
Size:
443 bytes
patch
obsolete
>diff -ru eb-4.3/eb/multiplex.c eb-4.3.new/eb/multiplex.c >--- eb-4.3/eb/multiplex.c 2006-06-28 09:20:15.000000000 +0200 >+++ eb-4.3.new/eb/multiplex.c 2007-02-06 15:46:16.000000000 +0100 >@@ -841,7 +841,7 @@ > return -1; > > strncpy(entry->book_name, book_name, EBNET_MAX_BOOK_NAME_LENGTH + 1); >- *(entry->book_name + EBNET_MAX_BOOK_NAME_LENGTH + 1) = '\0'; >+ *(entry->book_name + EBNET_MAX_BOOK_NAME_LENGTH) = '\0'; > > return 0; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 242268
: 117647