Testing all arguments of fake_au for oversize. Coverity CID 21830.

This commit is contained in:
Thomas Schmitt 2015-10-28 19:19:01 +00:00
parent 189a43bac9
commit bb0d0f9505
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,8 @@
Fakes a file in SUN .au format from a raw little-endian PCM audio file
(e.g. a file extracted from .wav by test/dewav). The input data are assumed
to be 16 bit, stereo, 44100 Hz.
Copyright (C) 2006 Thomas Schmitt <scdbackup@gmx.net>, provided under GPL
Copyright (C) 2006 - 2015 Thomas Schmitt <scdbackup@gmx.net>
Provided under GPL version 2 or later.
Info used: http://www.opengroup.org/public/pubs/external/auformat.html
*/
@ -53,6 +54,8 @@ int main(int argc, char **argv)
argv[0], i);
exit(1);
}
}
for(i= 1; i<argc; i++) {
if(strcmp(argv[i],"-o")==0) {
if(i>=argc-1) {
fprintf(stderr,"%s: option -o needs a file address as argument.\n",