]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
tests: dumpe2fs against an image with bad os_type
authorAdam Buchbinder <abuchbinder@google.com>
Sat, 22 Jul 2017 21:52:53 +0000 (17:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 22 Jul 2017 21:52:56 +0000 (17:52 -0400)
commiteb33a5df201e0ef1c5090548673b3acefbb63177
treefbdce802b061012238accb3fed2814674a82b0b5
parent44137c3b2607ab21178860c595689353efb54340
tests: dumpe2fs against an image with bad os_type

The os_type here is large enough to be negative when interpreted as a
signed integer.

This test case was generated by american fuzzy lop, starting from a
base filesystem image from files.fuzzing-project.org.

Signed-off-by: Adam Buchbinder <abuchbinder@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/d_bad_ostype/expect [new file with mode: 0644]
tests/d_bad_ostype/name [new file with mode: 0644]
tests/d_bad_ostype/script [new file with mode: 0644]