mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
Casting function pointers seems to be almost always UB. See https://stackoverflow.com/questions/559581/casting-a-function-pointer-to-another-type Fixed by doing the casting of `void*` to `std::string*` inside the function instead. Caught by UBSan. |
||
---|---|---|
.. | ||
characterization.hh | ||
hash.cc | ||
hash.hh | ||
nix_api_util.hh | ||
string_callback.cc | ||
string_callback.hh | ||
tracing-file-system-object-sink.cc | ||
tracing-file-system-object-sink.hh |