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
97186dc957
skia2
/
tests
/
sksl
/
shared
/
Ossfuzz29085.glsl
4 lines
17 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix fuzzer-discovered optimizer crash. The CFG/definition map are no longer valid after replacing an expression entirely. Swizzle-of-swizzle optimization was another case where the optimizer would replace an expression wholesale, but failed to set the needs-rescan flag. Change-Id: Ida0363d738cd1d3ac2a48c824aa04065a7ca16b7 Bug: oss-fuzz:29085 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/351776 Auto-Submit: John Stiles <johnstiles@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
2021-01-07 23:12:31 +00:00
Fix various fuzzer-generated tests. Two of the tests are now (correctly) detected as invalid code, but were previously checked into /shared/ because they compiled when the fuzzer first reported them (that is, after the crash was fixed). These have been moved into the /errors/ test folder. One of the tests was only generating an error because its main function was named `a` instead of `main`, so I renamed it to `main`. Change-Id: I1a2346fb16e304b0c66ff377a3f9bf7e7ee89ba9 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/394899 Auto-Submit: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
2021-04-09 21:20:35 +00:00
void main() {
}
Reference in New Issue
Copy Permalink