mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
7e496e696d
Older libEBML or libMatroska versions don't validate the parent/child sizes properly. This means that tests running on those older versions cause mkvinfo to fail (with an exception = harmlessly).
9 lines
186 B
Ruby
Executable File
9 lines
186 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_662cisco_talos_2018_0694
|
|
describe "mkvinfo / Cisco TALOS 2018-0694 use after free"
|
|
|
|
file = "data/segfaults-assertions/cisco-talos-2018-0694.mkv"
|
|
|
|
test_merge file
|