gdb_server: minor fix for indentation
Use a TAB in place of 4 spaces
Change-Id: Ic34b7c3ef24078d2c36a193d4dd079bca5a7ef2e
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: a4cdce0129
("gdb_server: prevent false positive valgrind report")
Reviewed-on: http://openocd.zylin.com/5982
Tested-by: jenkins
Reviewed-by: Jonathan McDowell <noodles-openocd@earth.li>
This commit is contained in:
parent
433e37f02f
commit
7f74906c2d
|
@ -2516,7 +2516,7 @@ static int gdb_get_thread_list_chunk(struct target *target, char **thread_list,
|
|||
transfer_type = 'l';
|
||||
|
||||
*chunk = malloc(length + 2 + 3);
|
||||
/* Allocating extra 3 bytes prevents false positive valgrind report
|
||||
/* Allocating extra 3 bytes prevents false positive valgrind report
|
||||
* of strlen(chunk) word access:
|
||||
* Invalid read of size 4
|
||||
* Address 0x4479934 is 44 bytes inside a block of size 45 alloc'd */
|
||||
|
|
Loading…
Reference in New Issue