Hi Philippe,

> And I would like to report two bugs, and propose the fuzz target.

As a general rule it is best to report bugs with the binutils using
the bugzilla system here:

  https://sourceware.org/bugzilla/enter_bug.cgi?product=binutils


> This is a memory leak in function disassemble_init_for_target

> And is seems to me that this ressource gets never freed (in programs such as 
> objdump) (or am I missing a clean function to be called ?)

Nope - but it is completely unimportant.  The memory will be
freed when objdump exits, and it will always exit, so the
memory is never consumed for very long.


Basically we are interested in fuzzing results that show illegal
memory accesses or buffer overruns or the like.  But memory leaks
are just not interesting because all of the tools are short term
programs that never stay permanently resident.

Cheers
  Nick



_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to