mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 05:14:47 +00:00
12 lines
271 B
Ruby
Executable File
12 lines
271 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_505cisco_talos_can_0036
|
|
describe "mkvmerge, mkvinfo / invalid memory access reported as Cisco TALOS-CAN-0036"
|
|
|
|
files = Dir.glob("data/segfaults-assertions/cisco-talos-can-0036/*").sort
|
|
|
|
files.each do |file|
|
|
test_merge file
|
|
test_info file
|
|
end
|