SPIRV-Tools/kokoro
Steven Perron 49ca250b44
Delete nullptr in function bb list immedietly (#3326)
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.
2020-04-28 21:54:08 -04:00
..
android Remove unneeded future imports (#2739) 2019-07-24 15:29:38 -04:00
check-format Reverting commit da5a780ff9 2019-03-18 15:14:41 -04:00
img Enable Kokoro buildbots. (#1625) 2018-07-06 13:01:22 -04:00
linux-clang-asan Add Linux ASAN bot configs. (#2427) 2019-03-06 17:21:24 -05:00
linux-clang-debug [spirv] Package and upload builds. (#2544) 2019-05-02 14:25:09 -04:00
linux-clang-release [spirv] Package and upload builds. (#2544) 2019-05-02 14:25:09 -04:00
linux-clang-release-bazel Add Kokoro bots for building with Bazel. (#2914) 2019-09-27 09:13:32 -04:00
linux-gcc-debug [spirv] Package and upload builds. (#2544) 2019-05-02 14:25:09 -04:00
linux-gcc-release [spirv] Package and upload builds. (#2544) 2019-05-02 14:25:09 -04:00
macos-clang-debug [spirv] Package and upload builds. (#2544) 2019-05-02 14:25:09 -04:00
macos-clang-release [spirv] Package and upload builds. (#2544) 2019-05-02 14:25:09 -04:00
macos-clang-release-bazel Add Kokoro bots for building with Bazel. (#2914) 2019-09-27 09:13:32 -04:00
ndk-build Set the C++ version to C++11 (#1933) 2018-09-27 09:44:01 -04:00
scripts Delete nullptr in function bb list immedietly (#3326) 2020-04-28 21:54:08 -04:00
shaderc-smoketest Smoketest should use KhronosGroup glslang (#2363) 2019-02-07 15:32:41 -05:00
windows-msvc-2013-release Enable Kokoro buildbots. (#1625) 2018-07-06 13:01:22 -04:00
windows-msvc-2015-release Enable Kokoro buildbots. (#1625) 2018-07-06 13:01:22 -04:00
windows-msvc-2015-release-bazel Add Kokoro bots for building with Bazel. (#2914) 2019-09-27 09:13:32 -04:00
windows-msvc-2017-debug [spirv] Package and upload builds. (#2544) 2019-05-02 14:25:09 -04:00
windows-msvc-2017-release [spirv] Package and upload builds. (#2544) 2019-05-02 14:25:09 -04:00