From 8893e530fcadb20deb18f790e45235532ab10b58 Mon Sep 17 00:00:00 2001 From: "Timothy B. Terriberry" Date: Thu, 30 Dec 2010 08:56:49 -0800 Subject: [PATCH] Fix the limits for CELT_SET_END_BAND_REQUEST. The valid bands range from [start,end) everywhere, with startnbEBands. This patch does _not_ enforce that start=st->mode->nbEBands) + if (value<1 || value>st->mode->nbEBands) goto bad_arg; st->end = value; }