You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace sprintf with snprintf in test files to prevent buffer
overflows. This follows the security hardening mentioned in
NEWS.md where sprintf was replaced with safer alternatives.
Changes made:
- tests/init.c: Replace sprintf with snprintf for proc paths
- tests/tests_libcrun_fuzzer.c: Replace sprintf with snprintf for ID generation
Signed-off-by: Osama Abdelkader <[email protected]>
0 commit comments