[xiph-commits] r16327 - trunk/vorbis/lib
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Thu Jul 23 17:49:25 PDT 2009
Author: xiphmont
Date: 2009-07-23 17:49:25 -0700 (Thu, 23 Jul 2009)
New Revision: 16327
Modified:
trunk/vorbis/lib/res0.c
Log:
Commit fix to Trac #1572; the erroneous setup was being checked for, but not completely.
Modified: trunk/vorbis/lib/res0.c
===================================================================
--- trunk/vorbis/lib/res0.c 2009-07-24 00:06:53 UTC (rev 16326)
+++ trunk/vorbis/lib/res0.c 2009-07-24 00:49:25 UTC (rev 16327)
@@ -247,6 +247,7 @@
if(partvals > entries) goto errout;
dim--;
}
+ if(partvals < entries) goto errout;
}
return(info);
More information about the commits
mailing list