mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 21:21:05 +00:00
26bbd99ec2
Found by fuzzying.
10 lines
258 B
Ruby
Executable File
10 lines
258 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_710fuzzying
|
|
describe "mkvmerge / issues found by fuzzying"
|
|
|
|
Dir["data/segfaults-assertions/fuzzying/0001-ac3/**/id*"].each do |file|
|
|
exit_code = file.gsub(%r{.*/([012])/.*}, '\1').to_i
|
|
test_merge file, :exit_code => exit_code
|
|
end
|