https://sourceware.org/bugzilla/show_bug.cgi?id=19222
Chris Johns changed:
What|Removed |Added
CC||joel.sherrill at oarcorp dot
com
https://sourceware.org/bugzilla/show_bug.cgi?id=19222
Bug ID: 19222
Summary: Undefined behavoour in tc-arm.c:encode_arm_immediate
with Xcode 7.1
Product: binutils
Version: 2.25
Status: NEW
Severity: normal
Hello there,
[src/gdb/remote.c:7724]: (error) va_list 'ap' was opened but not closed by
va_end().
Source code is
va_start (ap, format);
rs->buf[0] = '\0';
if (vsnprintf (rs->buf, max_size, format, ap)>= max_size)
internal_error (__FILE__, __LINE__, _("Too long remote packet."));
i
Hello there,
[src/gold/arm.cc:4513]: (error) Returning/dereferencing 'buffer' after it is
deallocated / released
Source code is
delete[] buffer;
return std::string(buffer);
Suggest code rework.
Regards
David Binderman
__
https://sourceware.org/bugzilla/show_bug.cgi?id=19217
mwahab at gcc dot gnu.org changed:
What|Removed |Added
CC|matthew.wahab at arm dot com |
--
You are receiv
https://sourceware.org/bugzilla/show_bug.cgi?id=19217
mwahab at gcc dot gnu.org changed:
What|Removed |Added
CC||mwahab at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19106
--- Comment #10 from Martina Schmoeller
---
Hi Nick,
I tested your patches.
We use the release version 2.25.1 for our projects, so the ones with
"bfd_link_relocatable()" do not work here, because it is not declared.
But your very first fixed