Actions
Task #6028
openTask #3153: tracking: scan-build warnings
c: C11 _s style buffer handling calls
Effort:
Difficulty:
Label:
Description
C11 adds a suite of safe(r) buffer handle replacements for memset, memcpy, snprintf, etc. We should consider using these. This would require updates to many hundreds of call sites. Probably good to create our own wrappers, so we can instrument them to assist fuzzing as well.
Updated by Victor Julien over 1 year ago
- Related to Task #6029: c: require C11 added
Actions