diff options
author | Jonathan Giddy <jongiddy@gmail.com> | 2016-02-23 11:52:47 +0000 |
---|---|---|
committer | Jonathan Giddy <jongiddy@gmail.com> | 2016-02-23 11:53:32 +0000 |
commit | 480cb385fc3285eaa9b6633fb6e4486f16fd1178 (patch) | |
tree | f7af1825ef17c18bf8816afff98c88cd943d47f3 /tests/unit/net/parsable_mime/image/webp | |
parent | 94f5d26131c2347efbee880b85977711ee30f231 (diff) | |
download | servo-480cb385fc3285eaa9b6633fb6e4486f16fd1178.tar.gz servo-480cb385fc3285eaa9b6633fb6e4486f16fd1178.zip |
Fix off-by-one error in MIME pattern matching
This adds a size to the test webp file, since the error fixed occurs
when the test object is the same length as the matched pattern, and
is not equal to the pattern.
Diffstat (limited to 'tests/unit/net/parsable_mime/image/webp')
-rwxr-xr-x | tests/unit/net/parsable_mime/image/webp/test.webp | bin | 14 -> 14 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/unit/net/parsable_mime/image/webp/test.webp b/tests/unit/net/parsable_mime/image/webp/test.webp Binary files differindex 5a907eb4ce2..ad88e62f94c 100755 --- a/tests/unit/net/parsable_mime/image/webp/test.webp +++ b/tests/unit/net/parsable_mime/image/webp/test.webp |