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 2 years ago
- Related to Task #6029: c: require C11 added
Updated by Victor Julien 6 months ago
- Target version changed from 8.0.0-beta1 to 9.0.0-beta1
Updated by Victor Julien 1 day ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Philippe Antoine
Updated by Victor Julien 1 day ago
Of course where it makes sense, we should also consider moving callers to rust.
Actions