mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
tests: add case for issue 2989
This commit is contained in:
parent
61d070c39c
commit
85f2f6fdf0
@ -457,7 +457,7 @@ T_608ui_locale_ro_RO:3a6386df8e8d7aefb9258f070615b27d-0136434e2e22ebcc806ee944cd
|
||||
T_609propedit_video_colour_attributes:c77ea16f4abbecda969265371bc69b25+1fd88fa471c29074f080556ae264ab26+830d8f99eaae135030bfc8cd4cb4647b+03a83e24107296d416a0e4c4011053cd-f363c0a2d2544e06a1f0df51aef9ca15+71025c4f6fd5fbbee3fdf4a24cbce157+2d00e9a5b0a3fe0ab8d3025388c1481e+6e9d1529e717f5c3be5884b7b71ac489:passed:20170803-210425:0.478005629
|
||||
T_610video_projection:3a9ee2a5e5f0903db7e0fd508fa3c094-3a9ee2a5e5f0903db7e0fd508fa3c094-60b7f139fdb444ee90c50af22c96b4b5:passed:20170813-094000:0.147278453
|
||||
T_611info_null_pointer_dereference_for_ebmlbinary:68d2ebe0a701fffbcc5b5f245f1abbef:passed:20170813-104016:0.012946476
|
||||
T_612dts_provided_timestamp_used_too_early:5287f44de895ada87cda4288c5a5408d:passed:20170813-175153:0.010423057
|
||||
T_612dts_provided_timestamp_used_too_early:5287f44de895ada87cda4288c5a5408d:passed:20170813-175153:0.008273292
|
||||
T_613vorbis_in_mp4:879e30d788b877c8b7b5b8d550166aeb:passed:20170910-175618:0.014743465
|
||||
T_614white_colour_coordinates_from_mkv:e598831374ac5cd48efe193382d31123-e598831374ac5cd48efe193382d31123:passed:20170916-112249:0.094985684
|
||||
T_615opus_discard_padding_in_the_middle:1eed5d9dcc2f445f223e8423021e05f6:passed:20170924-230527:0.025602623
|
||||
|
9
tests/test-712info_use_after_free_issue2989.rb
Executable file
9
tests/test-712info_use_after_free_issue2989.rb
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/ruby -w
|
||||
|
||||
# T_712info_use_after_free_issue2989
|
||||
describe "mkvinfo / use after free issue 2989"
|
||||
|
||||
file = "data/mkv/sample-bug2989.mkv"
|
||||
|
||||
test_info file, :exit_code => :warning
|
||||
test_identify file
|
Loading…
Reference in New Issue
Block a user