2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-26 23:40:22 +10:00
openocd/src
Andreas Fritiofson 5b34018ccd fix segfault from stack corruption in ahbap_debugport_init
ahbap_debugport_init was queueing reads to a local stack variable but
didn't execute the queue before returning. Since the result of the reads
are not used anyway, it's better to pass NULL as the destination instead of
a dummy variable. I changed this throughout the function, even for the
reads that were actually executed.

Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2011-01-26 12:14:51 +00:00
..
flash stellaris: automatically generate and update device IDs 2011-01-19 08:41:03 +01:00
helper nit: more LOG_* \n fixes 2011-01-09 21:35:23 +01:00
jtag str9xpec: Find flash controller from the chain. 2011-01-14 14:55:24 +01:00
pld warnings: use more 'const' for char * 2010-12-29 22:07:39 +01:00
server warnings: use more 'const' for char * 2010-12-29 22:07:39 +01:00
svf svf: implement sleep for RUNTEST min_time 2011-01-02 20:02:16 +01:00
target fix segfault from stack corruption in ahbap_debugport_init 2011-01-26 12:14:51 +00:00
xsvf nit: do not add \n at end of LOG_ERROR 2011-01-05 21:46:12 +01:00
ecosboard.c jim tests: use installed 2010-10-29 15:10:51 +02:00
hello.c
hello.h
main.c
Makefile.am build: add autobuild jimtcl to configure scripts 2010-11-18 14:05:57 +00:00
openocd.c Compilation Warnings on OS X 10.5 2010-12-29 22:16:28 +01:00
openocd.h