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

Unified Diff: README.chromium

Issue 9340008: Avoid OOB reads in nal parsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 8 years, 10 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 120628)
+++ README.chromium (working copy)
@@ -71,6 +71,7 @@
patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/52_vorbis_fix_floor1_vector_int_overflow.patch
patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/53_matroska_codec_config.patch
patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/54_mov_stss.patch
+ patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/55_h264_nal.patch
cd ..
@@ -378,6 +379,14 @@
diff -wurp -N orig ffmpeg
diff -wurp -N orig ffmpeg >patches/to_upstream/54_mov_stss.patch
+ rm -rf orig
+ cp -R ffmpeg orig
+ cd ffmpeg
+ patch -p1 --no-backup-if-mismatch < ../patches/to_upstream/55_h264_nal.patch
+ cd ..
+ diff -wurp -N orig ffmpeg
+ diff -wurp -N orig ffmpeg >patches/to_upstream/55_h264_nal.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