62128aa2ae
case 'g' makes use of value n, which is initialized for case 'b' and passe through to case 'g'. If case 'g' is called directly value 'n' is not initialized. Avoid the issue by initializing n before entering the switch. CID: 1006375 Reviewed by: bms |
||
---|---|---|
.. | ||
Makefile | ||
Makefile.depend | ||
mtest.8 | ||
mtest.c |