FreeBSD Bugzilla – Attachment 183926 Details for
Bug 220374
audio/id3lib: stack corruption and stack overflow abort (3.8.3)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch as described in PR
patch-src_mp3__parse.cpp (text/x-c++src), 506 bytes, created by
Bob Eager
on 2017-06-29 22:49:22 UTC
(
hide
)
Description:
Patch as described in PR
Filename:
MIME Type:
Creator:
Bob Eager
Created:
2017-06-29 22:49:22 UTC
Size:
506 bytes
patch
obsolete
>--- src/mp3_parse.cpp.orig 2017-06-29 22:29:20 UTC >+++ src/mp3_parse.cpp >@@ -465,7 +465,7 @@ bool Mp3Info::Parse(ID3_Reader& reader, > // from http://www.xingtech.com/developer/mp3/ > > const size_t VBR_HEADER_MIN_SIZE = 8; // "xing" + flags are fixed >- const size_t VBR_HEADER_MAX_SIZE = 116; // frames, bytes, toc and scale are optional >+ const size_t VBR_HEADER_MAX_SIZE = 120; // frames, bytes, toc and scale are optional > > if (mp3size >= vbr_header_offest + VBR_HEADER_MIN_SIZE) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 220374
: 183926