[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/21274] ld segfaults linking PE DLL
From: |
kyrab at mail dot ru |
Subject: |
[Bug ld/21274] ld segfaults linking PE DLL |
Date: |
Mon, 20 Mar 2017 09:56:50 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=21274
awson <kyrab at mail dot ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #9907|0 |1
is obsolete| |
--- Comment #3 from awson <kyrab at mail dot ru> ---
Created attachment 9920
--> https://sourceware.org/bugzilla/attachment.cgi?id=9920&action=edit
patch
Their corresponding buffers are of 4096-bytes length both (which looks pretty
sane in the sight of, for example, 2048-byte limit for Visual C compiler), and
are guarded against buffer overflow, reporting "symbol too long" internal
error.
I believe doing the same for `pe_create_import_fixup` would be enough for now.
I've amended the patch.
--
You are receiving this mail because:
You are on the CC list for the bug.