Skip to content

Fix left-shift errors from -fsanitize=undefined

Adam Jackson requested to merge ajax/pixman:ubsan-fixes into master

No tests regressed in a normal build. With -fsanitize=undefined -fno-sanitize-recover, the following tests go from crash back to pass:

oob-test
radial-invalid
pdf-op-test
scaling-crash-test
alpha-loop
thread-test
rotate-test
alphamap
pixel-test
solid-test
cover-test
composite
tolerance-test

Merge request reports