assertion in SkLightingImageFilter.cpp(1140)
Reported by
zhunkib...@gmail.com,
Jan 8 2018
|
||||
Issue descriptionUserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0 Steps to reproduce the problem: 1. build latest code of filter_fuzz_stub with following gn flags: is_debug = true (ninja -C buildir skia:filter_fuzz_stub) 2. Run filter_fuzz_stub with attached file: ./filter_fuzz_stub light.fil [0108/173555.970854:INFO:SkLightingImageFilter.cpp(1140)] ../../third_party/skia/src/effects/SkLightingImageFilter.cpp:1140: fatal error: "Unknown LightType." Aborted What is the expected behavior? What went wrong? fatal error: "Unknown LightType." Did this work before? N/A Chrome version: 65.0.3307.0 Channel: n/a OS Version: 16.04 Flash Version:
,
Jan 8 2018
Can confirm this causes an assertion failure. However there is no crash when it is run with an ASan UbSan or MSAN build (with is_debug=false).
,
Jan 8 2018
As said here https://bugs.chromium.org/p/chromium/issues/detail?id=799860#c3 assertion failures in skia are not security bugs. Labeling accordingly.
,
Jan 22 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by elawrence@chromium.org
, Jan 8 2018