nix-super/tests
Las Safin 5b6a21acc5
Avoid casting function pointer in libutil test support
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.
2024-07-16 22:01:34 +00:00
..
functional tests/functional/repl.sh: fail test on wrong stdout 2024-07-15 23:11:26 +03:00
installer tests: test with conflicting profile links 2023-12-30 06:24:06 +00:00
nixos Merge pull request #11019 from DeterminateSystems/fix-failed-to-open-archive 2024-07-05 17:10:02 +02:00
unit Avoid casting function pointer in libutil test support 2024-07-16 22:01:34 +00:00
repl-completion.nix Add repl completion test 2024-05-27 09:58:49 +02:00