Add warning about memory unsafety.

This commit is contained in:
Érico Nogueira 2021-08-18 11:49:16 -03:00
parent f6c29d9d62
commit 4a35a8b4a8
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
* understanding compression required some study of strace(1) output
* from drill(1) and getent(1)
*
* this utility doesn't check for buffer overflows in any capacity,
* and is therefore extremely vulnerable to any form of malicious input
*
*/
#include <stdint.h>