Cppcheck shows the following warning for scanf:
Message: scanf without field width limits can crash with huge input data. To fix this error message add a field wi
I tried running the perl expression against the C program and it did crash here on Linux (segmentation fault).