mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
10 lines
201 B
Ruby
10 lines
201 B
Ruby
|
#!/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
|