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

--- Comment #3 from Will Newton <will.newton at gmail dot com> ---

Yes, this patch fixes the issue for me, thanks!

It would be nice to get the memory freed up. I think it should be safe to free
the data at the point of the fixme as the bignum field is only referenced in a
couple of places inside of tc-aarch64.c. I made this change (free bignum, set
it to NULL) and make check shows no change and the test still passes. Do you
foresee any issues with doing that?

There's some trailing whitespace on line 15 btw, and I guess we could do to add
a testcase.

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

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

Reply via email to