Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:A
wavpack
CVE-2019-1010319.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2019-1010319.patch of Package wavpack
From 33a0025d1d63ccd05d9dbaa6923d52b1446a62fe Mon Sep 17 00:00:00 2001 From: David Bryant <david@wavpack.com> Date: Tue, 5 Mar 2019 21:21:48 -0800 Subject: [PATCH] issue #68: clear WaveHeader at start to prevent uninitialized read --- cli/wave64.c | 1 + 1 file changed, 1 insertion(+) Index: wavpack-5.1.0/cli/wave64.c =================================================================== --- wavpack-5.1.0.orig/cli/wave64.c +++ wavpack-5.1.0/cli/wave64.c @@ -55,6 +55,7 @@ int ParseWave64HeaderConfig (FILE *infil WaveHeader WaveHeader; uint32_t bcount; + CLEAR (WaveHeader); infilesize = DoGetFileSize (infile); memcpy (&filehdr, fourcc, 4);
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