mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 12:36:01 +01: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. |
||
|---|---|---|
| .. | ||
| libexpr | ||
| libexpr-support | ||
| libfetchers | ||
| libflake | ||
| libstore | ||
| libstore-support | ||
| libutil | ||
| libutil-support | ||