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

Unified Diff: README.chromium

Issue 8365014: Avoid the possibility to read out-of-bounds of a static global array in Vorbis (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | patches/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 106599)
+++ README.chromium (working copy)
@@ -279,6 +279,14 @@
diff -wurp -N orig ffmpeg
diff -wurp -N orig ffmpeg >patches/to_upstream/43_mkv_seekahead_revalidate.patch
+ rm -rf orig
+ cp -R ffmpeg orig
+ cd ffmpeg
+ patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/44_vorbis_oob_read.patch
+ cd ..
+ diff -wurp -N orig ffmpeg
+ diff -wurp -N orig ffmpeg >patches/to_upstream/44_vorbis_oob_read.patch
+
Testing
Updates should be tested against
a) http://wiki.xiph.org/TheoraTestsuite
« no previous file with comments | « no previous file | patches/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698