This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
skia2
Watch
1
Star
0
Fork
0
You've already forked skia2
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
78b84cc76a
skia2
/
tests
/
sksl
/
errors
/
Ossfuzz26700.glsl
5 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix unknown-identifier issue discovered by fuzzer. This error was caused by an unbalanced symbol table push. This could occur when an interface block encountered an error while parsing its var-decls. Change-Id: I910a980ac92fac7c0786c48b8dc3003ee3e75e5b Bug: oss-fuzz:26700 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/330896 Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
2020-10-30 18:24:24 +00:00
### Compilation failed:
SkSL: Turn DSL parser off again Several fuzzer issues, and one Chromium issue that's blocking the roll. Bug: chromium:1246795 Bug: skia:12423 Change-Id: I00370b74569b447e543d9a1f22c588eb493063da Reviewed-on: https://skia-review.googlesource.com/c/skia/+/445960 Reviewed-by: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: Brian Osman <brianosman@google.com>
2021-09-07 13:36:08 +00:00
error: 2: unknown identifier '_'
Fix unknown-identifier issue discovered by fuzzer. This error was caused by an unbalanced symbol table push. This could occur when an interface block encountered an error while parsing its var-decls. Change-Id: I910a980ac92fac7c0786c48b8dc3003ee3e75e5b Bug: oss-fuzz:26700 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/330896 Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
2020-10-30 18:24:24 +00:00
1 error
Reference in New Issue
Copy Permalink