Changeset 554

Show
Ignore:
Timestamp:
04/06/08 16:05:18 (1 year ago)
Author:
conrad
Message:

check bounds of speex mode, cf: http://trac.annodex.net/changeset/3535

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/trunk/src/file_speex.c

    r439 r554  
    236236    return NULL; 
    237237  } 
    238   if (header->mode >= SPEEX_NB_MODES) { 
     238  if (header->mode >= SPEEX_NB_MODES || header->mode < 0) { 
    239239    info_dialog_new ("Speex error", NULL, 
    240240                     "Mode number %d does not (any longer) exist in this version\n",