mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
5b6a21acc5
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. |
||
---|---|---|
.. | ||
tests | ||
.version | ||
build-utils-meson | ||
local.mk | ||
meson.build | ||
package.nix |