Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Issue 8365014: Avoid the possibility to read out-of-bounds of a static global array in Vorbis (Closed)

Created:
9 years, 2 months ago by Chris Evans
Modified:
9 years, 2 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Avoid the possibility to read out-of-bounds of a static global array in Vorbis decoding. BUG=100543 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106621

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -2 lines) Patch
M README.chromium View 1 chunk +8 lines, -0 lines 0 comments Download
M patches/README View 1 chunk +3 lines, -0 lines 0 comments Download
A patches/to_upstream/44_vorbis_oob_read.patch View 1 chunk +21 lines, -0 lines 0 comments Download
M source/patched-ffmpeg/libavcodec/vorbis.c View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Chris Evans
(Array in question is 256 elements in size so patch makes clever use of type ...
9 years, 2 months ago (2011-10-20 22:39:09 UTC) #1
rbultje1
On 2011/10/20 22:39:09, Chris Evans wrote: > (Array in question is 256 elements in size ...
9 years, 2 months ago (2011-10-20 22:42:59 UTC) #2
scherkus (not reviewing)
9 years, 2 months ago (2011-10-21 00:37:36 UTC) #3
ditto on LGTM / win binaries

Powered by Google App Engine
This is Rietveld 408576698