Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
vorbis-tools
vcut-fix-segfault.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vcut-fix-segfault.diff of Package vorbis-tools
--- vcut/vcut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/vcut/vcut.c +++ b/vcut/vcut.c @@ -178,7 +178,7 @@ static int submit_headers_to_stream(vcut for(i=0;i<4;i++) { ogg_packet p; - if(i < 4) /* a header packet */ + if(i < 3) /* a header packet */ { p.bytes = vs->headers[i].length; p.packet = vs->headers[i].packet;
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