This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb 7.6: Fix info mem command for 32 bits host/64 bits target


On 06/26/2013 05:07 PM, Pedro Alves wrote:
> BTW,
> 
> $ grep hex_string_custom * | grep long
> 
> finds:
> 
> breakpoint.c:  /* The longest string possibly returned by hex_string_custom
> breakpoint.c:  strcpy (astr1, hex_string_custom ((unsigned long) from_addr, 8));
> breakpoint.c:  strcpy (astr2, hex_string_custom ((unsigned long) to_addr, 8));
> 
> Those casts are likewise bogus:

Filed <http://sourceware.org/bugzilla/show_bug.cgi?id=15683>.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]