[PATCH] fix buffer overflow in ParseOpts
Brought to you by:
cornwell
Following is a patch to perform the following:
- remove buffer overflow in ParseOpts code (use
getopt)
- typo fix in usage string
- idomatic use of variable names in main()
Please apply this patch-- more to follow. Thanks!
ParseOpts buffer overflow patch