Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(815)

Side by Side Diff: fuzzer/go/data/testdata/parse-asan-single.asan

Issue 1691893002: Fuzzer now deduplicates on the analysis side instead of the download side (Closed) Base URL: https://skia.googlesource.com/buildbot@metrics
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ================================================================= 1 =================================================================
2 ==9140==ERROR: AddressSanitizer: global-buffer-overflow on address 0x00000117762 8 at pc 0x000000a65431 bp 0x7ffd28194d30 sp 0x7ffd28194d28 2 ==9140==ERROR: AddressSanitizer: global-buffer-overflow on address 0x00000117762 8 at pc 0x000000a65431 bp 0x7ffd28194d30 sp 0x7ffd28194d28
3 READ of size 1 at 0x000001177628 thread T0 3 READ of size 1 at 0x000001177628 thread T0
4 #0 0xa65430 in convert_to_8(unsigned int, unsigned int) /tmp/skia/out/Debug/ ../../src/codec/SkMasks.cpp:54:16 4 #0 0xa65430 in convert_to_8(unsigned int, unsigned int) /tmp/skia/out/Debug/ ../../src/codec/SkMasks.cpp:54:16
5 #1 0xa63dee in swizzle_mask24_to_n32_opaque(void*, unsigned char const*, int , SkMasks*, unsigned int, unsigned int) /tmp/skia/out/Debug/../../src/codec/SkMa skSwizzler.cpp:93:23 5 #1 0xa63dee in swizzle_mask24_to_n32_opaque(void*, unsigned char const*, int , SkMasks*, unsigned int, unsigned int) /tmp/skia/out/Debug/../../src/codec/SkMa skSwizzler.cpp:93:23
6 #2 0xa5dfa6 in SkBmpMaskCodec::decodeRows(SkImageInfo const&, void*, unsigne d long, SkCodec::Options const&) /tmp/skia/out/Debug/../../src/codec/SkBmpMaskCo dec.cpp:103:9 6 #2 0xa5dfa6 in SkBmpMaskCodec::decodeRows(SkImageInfo const&, void*, unsigne d long, SkCodec::Options const&) /tmp/skia/out/Debug/../../src/codec/SkBmpMaskCo dec.cpp:103:9
7 #3 0xc19b94 in piex::(anonymous namespace)::GetPreviewData(std::set<int, std ::less<int>, std::allocator<int> > const&, unsigned int, unsigned int, piex::Str eamInterface*, piex::TiffContent*, piex::PreviewImageData*) /tmp/skia/out/Debug/ ../../third_party/externals/piex/src/piex.cc:59:10 7 #3 0xc19b94 in piex::(anonymous namespace)::GetPreviewData(std::set<int, std ::less<int>, std::allocator<int> > const&, unsigned int, unsigned int, piex::Str eamInterface*, piex::TiffContent*, piex::PreviewImageData*) /tmp/skia/out/Debug/ ../../third_party/externals/piex/src/piex.cc:59:10
8 #4 0xc19850 in piex::(anonymous namespace)::GetPreviewData(std::set<int, std ::less<int>, std::allocator<int> > const&, unsigned int, piex::StreamInterface*, piex::PreviewImageData*) /tmp/skia/out/Debug/../../third_party/externals/piex/s rc/piex.cc:68:10 8 #4 0xc19850 in piex::(anonymous namespace)::GetPreviewData(std::set<int, std ::less<int>, std::allocator<int> > const&, unsigned int, piex::StreamInterface*, piex::PreviewImageData*) /tmp/skia/out/Debug/../../third_party/externals/piex/s rc/piex.cc:68:10
9 #5 0x72c2dc in fuzz_img(SkData*) /tmp/skia/out/Debug/../../fuzz/fuzz.cpp:119 :13 9 #5 0x72c2dc in fuzz_img(SkData*) /tmp/skia/out/Debug/../../fuzz/fuzz.cpp:119 :13
10 #6 0x72bd09 in main /tmp/skia/out/Debug/../../fuzz/fuzz.cpp:53:30 10 #6 0x72bd09 in main /tmp/skia/out/Debug/../../fuzz/fuzz.cpp:53:30
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 Global redzone: f9 43 Global redzone: f9
44 Global init order: f6 44 Global init order: f6
45 Poisoned by user: f7 45 Poisoned by user: f7
46 Container overflow: fc 46 Container overflow: fc
47 Array cookie: ac 47 Array cookie: ac
48 Intra object redzone: bb 48 Intra object redzone: bb
49 ASan internal: fe 49 ASan internal: fe
50 Left alloca redzone: ca 50 Left alloca redzone: ca
51 Right alloca redzone: cb 51 Right alloca redzone: cb
52 ==9140==ABORTING 52 ==9140==ABORTING
OLDNEW
« no previous file with comments | « fuzzer/go/data/testdata/parse-asan-double.asan ('k') | fuzzer/go/data/testdata/parse-catchsegv-debug.dump » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698