mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-23 12:10:06 +00:00
49ca250b44
When moving blocks around, we ended up with a nullptr for a basic block, and it was left in the list for a little bit. However, in that time, it would end up being dereferenced while traversing the function. To fix this, we delete it right away. This was found in an asan build that runs our current tests. No new tests are needed, but I did add extra check asan checks for our asan bot. |
||
---|---|---|
.. | ||
android | ||
check-format | ||
img | ||
linux-clang-asan | ||
linux-clang-debug | ||
linux-clang-release | ||
linux-clang-release-bazel | ||
linux-gcc-debug | ||
linux-gcc-release | ||
macos-clang-debug | ||
macos-clang-release | ||
macos-clang-release-bazel | ||
ndk-build | ||
scripts | ||
shaderc-smoketest | ||
windows-msvc-2013-release | ||
windows-msvc-2015-release | ||
windows-msvc-2015-release-bazel | ||
windows-msvc-2017-debug | ||
windows-msvc-2017-release |