mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 07:39:47 -05:00
b9c41813d2
Dereferencing a 0-pointer is undefined behavior, not a deterministic crash. Use a 1-pointer instead. This also avoids a warning by Clang about the undefined behavior.