Sourceware Bugzilla – Attachment 10139 Details for
Bug 21582
stack-buffer-overflow in ieee_object_p
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
ieee.c.patch (text/plain), 351 bytes, created by
Nick Clifton
on 2017-06-14 14:14:55 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Nick Clifton
Created:
2017-06-14 14:14:55 UTC
Size:
351 bytes
patch
obsolete
>diff --git a/bfd/ieee.c b/bfd/ieee.c >index 763c2b8..0884d87 100644 >--- a/bfd/ieee.c >+++ b/bfd/ieee.c >@@ -1873,7 +1873,7 @@ ieee_object_p (bfd *abfd) > char *processor; > unsigned int part; > ieee_data_type *ieee; >- unsigned char buffer[300]; >+ static unsigned char buffer[300]; > ieee_data_type *save = IEEE_DATA (abfd); > bfd_size_type amt; >
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 21582
:
10114
|
10115
| 10139