This commit is contained in:
Guillem George 2025-11-04 14:38:36 +01:00
commit d0bd16da2f
9 changed files with 97 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#ifndef BEWARE_OVERFLOW_H
#define BEWARE_OVERFLOW_H
#include <stddef.h>
void *beware_overflow(void *ptr, size_t nmemb, size_t size);
#endif /* BEWARE_OVERFLOW_H */