March 2024
Beginner
348 pages
4h 21m
English
This function is hazardous as it can cause a buffer overflow and allows for potential buffer overflow attacks. The function is deprecated in the C99 standard and removed in the C11 standard. Do not use this function!
The workaround is to use the fgets alternative. Unlike gets, the fgets function performs bounds checking and is safe ...
Read now
Unlock full access