Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:AndreasSchwab:13.1
lame
lame-Add-check-for-invalid-input-sample-rate.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lame-Add-check-for-invalid-input-sample-rate.patch of Package lame
From 1ea4eac3e7d57dbad42fb067a32ac1600a0397a0 Mon Sep 17 00:00:00 2001 From: Maks Naumov <maksqwe1@ukr.net> Date: Thu, 22 Jan 2015 16:20:40 +0200 Subject: [PATCH] Add check for invalid input sample rate Signed-off-by: Maks Naumov <maksqwe1@ukr.net> --- libmp3lame/lame.c | 6 ++++++ 1 file changed, 6 insertions(+) --- a/libmp3lame/lame.c +++ b/libmp3lame/lame.c @@ -822,6 +822,12 @@ lame_init_params(lame_global_flags * gfp } #endif + if (gfp->samplerate_in < 0 || gfp->num_channels < 0) { + freegfc(gfc); + gfp->internal_flags = NULL; + return -1; + } + cfg->disable_reservoir = gfp->disable_reservoir; cfg->lowpassfreq = gfp->lowpassfreq; cfg->highpassfreq = gfp->highpassfreq;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor