Replace Unsafe Functions
{1}3 damage to the demon weak to this
defense
"Replace unsafe functions like strcpy, strcat,
and sprintf with the counted versions of each
of these functions. There is absolutely no way
to use gets to read input from stdin without risking an exploit,
use fgets instead [Howard}"
Card Comments