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: [PATCH] Fix use of uninitialized value in linux-arm-low in GDBServer.


Antoine Tremblay <antoine.tremblay@ericsson.com> writes:

> In arm_breakpoint_at, an uninitialized unsigned long was used were only
> 4 bytes would be written to the variable thus polluting the value on 64bit.

'unsigned long' is 32-bit on arm.  What problem do you want to fix?

-- 
Yao (éå)


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