OLD | NEW |
1 ================================================================= | 1 ================================================================= |
2 ==102004==ERROR: AddressSanitizer: heap-use-after-free on address 0x000000f259c0
at pc 0x0000009de9c1 bp 0x7ffdb340f360 sp 0x7ffdb340f358 | 2 ==102004==ERROR: AddressSanitizer: heap-use-after-free on address 0x000000f259c0
at pc 0x0000009de9c1 bp 0x7ffdb340f360 sp 0x7ffdb340f358 |
3 READ of size 1 at 0x000000f259c0 thread T0 | 3 READ of size 1 at 0x000000f259c0 thread T0 |
4 #0 0x9de9c0 in convert_to_8_asan(unsigned int, unsigned int) /tmp/skia/out/R
elease/../../src/codec/SkMasks.cpp:54:16 | 4 #0 0x9de9c0 in convert_to_8_asan(unsigned int, unsigned int) /tmp/skia/out/R
elease/../../src/codec/SkMasks.cpp:54:16 |
5 #1 0x9dd67e in swizzle_mask24_to_n32_opaque(void*, unsigned char const*, int
, SkMasks*, unsigned int, unsigned int) /tmp/skia/out/Release/../../src/codec/Sk
MaskSwizzler.cpp:93:23 | 5 #1 0x9dd67e in swizzle_mask24_to_n32_opaque(void*, unsigned char const*, int
, SkMasks*, unsigned int, unsigned int) /tmp/skia/out/Release/../../src/codec/Sk
MaskSwizzler.cpp:93:23 |
6 #2 0x9d82d6 in SkBmpMaskCodec::decodeRows(SkImageInfo const&, void*, unsigne
d long, SkCodec::Options const&) /tmp/skia/out/Release/../../src/codec/SkBmpMask
Codec.cpp:103:9 | 6 #2 0x9d82d6 in SkBmpMaskCodec::decodeRows(SkImageInfo const&, void*, unsigne
d long, SkCodec::Options const&) /tmp/skia/out/Release/../../src/codec/SkBmpMask
Codec.cpp:103:9 |
7 #3 0x9d805a in SkBmpMaskCodec::onGetPixels(SkImageInfo const&, void*, unsign
ed long, SkCodec::Options const&, unsigned int*, int*, int*) /tmp/skia/out/Relea
se/../../src/codec/SkBmpMaskCodec.cpp:53:16 | 7 #3 0x9d805a in SkBmpMaskCodec::onGetPixels(SkImageInfo const&, void*, unsign
ed long, SkCodec::Options const&, unsigned int*, int*, int*) /tmp/skia/out/Relea
se/../../src/codec/SkBmpMaskCodec.cpp:53:16 |
8 #4 0x9c1453 in SkCodec::getPixels(SkImageInfo const&, void*, unsigned long,
SkCodec::Options const*, unsigned int*, int*) /tmp/skia/out/Release/../../src/co
dec/SkCodec.cpp:204:27 | 8 #4 0x9c1453 in SkCodec::getPixels(SkImageInfo const&, void*, unsigned long,
SkCodec::Options const*, unsigned int*, int*) /tmp/skia/out/Release/../../src/co
dec/SkCodec.cpp:204:27 |
9 #5 0x7245fb in fuzz_img(SkData*) /tmp/skia/out/Release/../../fuzz/fuzz.cpp:1
19:13 | 9 #5 0x7245fb in fuzz_img(SkData*) /tmp/skia/out/Release/../../fuzz/fuzz.cpp:1
19:13 |
10 #6 0x724052 in main /tmp/skia/out/Release/../../fuzz/fuzz.cpp:53:30 | 10 #6 0x724052 in main /tmp/skia/out/Release/../../fuzz/fuzz.cpp:53:30 |
(...skipping 30 matching lines...) Expand all Loading... |
41 Global redzone: f9 | 41 Global redzone: f9 |
42 Global init order: f6 | 42 Global init order: f6 |
43 Poisoned by user: f7 | 43 Poisoned by user: f7 |
44 Container overflow: fc | 44 Container overflow: fc |
45 Array cookie: ac | 45 Array cookie: ac |
46 Intra object redzone: bb | 46 Intra object redzone: bb |
47 ASan internal: fe | 47 ASan internal: fe |
48 Left alloca redzone: ca | 48 Left alloca redzone: ca |
49 Right alloca redzone: cb | 49 Right alloca redzone: cb |
50 ==102004==ABORTING | 50 ==102004==ABORTING |
OLD | NEW |