mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 14:27:42 +00:00
9 lines
247 B
Ruby
Executable File
9 lines
247 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_506cisco_talos_can_0037
|
|
describe "mkvmerge, mkvinfo / invalid memory access reported as Cisco TALOS-CAN-0037"
|
|
|
|
files = Dir.glob("data/segfaults-assertions/cisco-talos-can-0037/*").sort
|
|
|
|
files.each { |file| test_info file }
|