blackmagic/src
Laurent Bonnans c9d3cf71dd gdb_main.c: fix buffer overflow on large reads
When gdb issues a `m xx,200` command, the probe should respond with a
packet of size 2*0x200=1024 which is the size of the packet buffer.

However, the `hexify()` procedures writes 1025 bytes in the buffer.

During my tests, it caused the probe to hang when issuing a `dump`
command. Presumably by overwritting the `cur_target` variable.
2015-12-14 11:28:28 +01:00
..
include [efm32] Formatting fixes 2015-11-14 14:56:03 +00:00
platforms Use sniprintf on newlib platforms. 2015-11-11 12:41:13 -08:00
Makefile [efm32] Formatting fixes 2015-11-14 14:56:03 +00:00
adiv5.c Improve cortexm_read/write_regs. Use more sensible return types. 2015-03-29 17:37:03 -07:00
adiv5_jtagdp.c Use controlled timeout on SW/JTAG DP transactions. 2015-03-22 12:26:45 -07:00
adiv5_swdp.c Use controlled timeout on SW/JTAG DP transactions. 2015-03-22 12:26:45 -07:00
command.c Merge branch 'v1.6-branch' 2015-04-03 21:02:01 -07:00
cortexm.c [efm32] Formatting fixes 2015-11-14 14:56:03 +00:00
crc32.c CRC32: improved computation time 2015-12-14 11:28:28 +01:00
efm32.c efm32: inhibit srst 2015-12-14 11:28:28 +01:00
exception.c Clean up handling of lost targets using new exceptions mechanism. 2015-03-22 14:05:12 -07:00
gdb_main.c gdb_main.c: fix buffer overflow on large reads 2015-12-14 11:28:28 +01:00
gdb_packet.c Check vasprintf return value. 2015-03-17 21:19:02 -07:00
hex_utils.c Fix pointer sign warnings and remove -Wno-pointer-sign. 2015-03-13 20:35:39 -07:00
jtag_scan.c Remove unfinished ARM7TDMI driver. 2015-03-26 20:47:57 -07:00
jtagtap_generic.c Fix trailing whitespace everywhere. 2013-06-17 15:53:32 +12:00
kinetis.c kinetis: use new flash interface. 2015-04-11 16:05:40 -07:00
lmi.c lmi: Use registers for stub parameters. 2015-04-21 20:05:41 +12:00
lpc11xx.c lpc11xx: Correctly detect LPC8xx devices. 2015-04-11 17:23:01 -07:00
lpc43xx.c cortexm: Add target option to inhibit assersion of SRST. 2015-04-11 16:08:59 -07:00
lpc_common.c lpc: split out common code and rewrite to use new interface. 2015-04-11 16:05:40 -07:00
main.c Send error reply and abandon target list on unhandled timeout. 2015-03-26 20:42:47 -07:00
morse.c Factor Morse code functions out of platform code. 2015-02-28 22:05:10 -08:00
nrf51.c Add 0x0072 as a valid & supported idcode for NRF51 2015-07-31 00:00:00 -04:00
sam3x.c sam3x: Update to use new buffered flash interface. 2015-04-11 16:05:40 -07:00
samd.c samd: use new flash interface. 2015-04-11 16:05:40 -07:00
stm32f1.c Refactor stm32f1_probe 2015-07-30 07:58:55 +01:00
stm32f4.c Merge branch 'f205' of https://github.com/schodet/blackmagic into schodet-f205 2015-11-11 12:27:27 -08:00
stm32l0.c stm32l0: Update to use new buffered flash writes. Remove old stubs. 2015-04-11 16:05:40 -07:00
stm32l4.c Add STM32L4 handling. No option write handling yet. 2015-08-22 12:59:56 +02:00
target.c target: Remove old flash interface. 2015-04-11 16:05:41 -07:00