Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iox-eclipse-iceoryx#960 Fix format string issues
The prettyPrint() function no longer uses the unsanitized input string as format string for wprintw(), which is potentially dangerous if that string happens to contain '%' signs. The printMemPoolInfo() now correctly uses '%zd' instead of '%d' to format an output value of type size_t.
- Loading branch information