Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix process map parsing when freeing bcc memory (iovisor#2151)
This fixes the format string used to parse the major and minor device fields in /proc/self/maps. These fields have hexadecimal values and hence cannot be parsed as unsigned integers. Fixes: 51480d0 ("implement free_bcc_memory() API (iovisor#2097)") Reported-by: Nageswara R Sastry [email protected] Signed-off-by: Sandipan Das <[email protected]>
- Loading branch information