bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/29363] Some memory leaks occur when binutils code is tested usi


From: amodra at gmail dot com
Subject: [Bug gas/29363] Some memory leaks occur when binutils code is tested using the binutils fuzz test suite.
Date: Sat, 13 May 2023 09:42:12 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29363

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
gas uses a lot of static variables.  oss-fuzz testing of gas is horribly
broken, because the static state is not reinitialised between calls to
perform_an_assembly_pass as it would be when running gas normally.  I've made a
few changes to gas initialisation for some things but there is a lot more to do
yet.  So I'm closing this bug as most fuzz_as reports are uninteresting and do
not reflect real-world gas usage.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]