vppinfra: refactor address sanitizer
Type: refactor Change-Id: I5ca142ec1557d5b5c3806b43553ad9d3b5ea1112 Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:

committed by
Beno�t Ganne

parent
0c740a6d8a
commit
79934e855f
@ -435,7 +435,7 @@ vl_msg_api_process_file (vlib_main_t * vm, u8 * filename,
|
||||
}
|
||||
close (fd);
|
||||
|
||||
CLIB_MEM_UNPOISON (hp, file_size);
|
||||
clib_mem_unpoison (hp, file_size);
|
||||
|
||||
nitems = ntohl (hp->nitems);
|
||||
|
||||
|
Reference in New Issue
Block a user