git.videolan.org
Open in
urlscan Pro
2a01:e0d:1:3:58bf:fa02:c0de:c01d
Public Scan
URL:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=8a3b85f3a7
Submission: On June 28 via api from NL — Scanned from FR
Submission: On June 28 via api from NL — Scanned from FR
Form analysis
1 forms found in the DOMGET /
<form method="get" action="/" enctype="multipart/form-data">
<div class="search">
<input name="p" type="hidden" value="ffmpeg.git">
<input name="a" type="hidden" value="search">
<input name="h" type="hidden" value="8a3b85f3a7">
<select name="st">
<option selected="selected" value="commit">commit</option>
<option value="grep">grep</option>
<option value="author">author</option>
<option value="committer">committer</option>
<option value="pickaxe">pickaxe</option>
</select> <a href="/?p=ffmpeg.git;a=search_help" title="search help">?</a> search: <input type="text" name="s">
<span title="Extended regular expression"><label><input type="checkbox" name="sr" value="1">re</label></span>
</div>
</form>
Text Content
git.videolan.org / ffmpeg.git / commit commit grep author committer pickaxe ? search: re summary | shortlog | log | commit | commitdiff | tree (parent: e708424) | patch avcodec/h264: update current_sps & sps->new only after the whole slice header decoder... authorMichael Niedermayer <michaelni@gmx.at> Tue, 4 Feb 2014 01:20:59 +0000 (02:20 +0100) committerMichael Niedermayer <michaelni@gmx.at> Tue, 4 Feb 2014 03:49:25 +0000 (04:49 +0100) commit8a3b85f3a7952c54a2c36ba1797f7e0cde9f85aa tree8137a05f4c4948cdb75559c81ea592dd09829f2dtree parente708424b70bef8641e8a090ec4d9e8c4490db87ecommit | diff avcodec/h264: update current_sps & sps->new only after the whole slice header decoder and init code finished This avoids them being cleared before the full initialization finished Fixes out of array read Fixes: asan_heap-oob_f0c5e6_7071_cov_1605985132_mov_h264_aac__Demo_FlagOfOurFathers.mov Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> libavcodec/h264.c diff | blob | history FFmpeg git repo RSS Atom