nix-super/tests
José Luis Lafuente 01bad63c72
C API: Safer function pointer casting
See https://github.com/NixOS/nix/pull/8699#discussion_r1554312181

Casting a function pointer to `void*` is undefined behavior in the C
spec, since there are platforms with different sizes for these two kinds
of pointers. A safe alternative might be `void (*callback)()`
2024-04-12 21:41:15 +02:00
..
functional Merge pull request #10456 from NixOS/fixpermdeniedbind 2024-04-11 13:41:49 +02:00
installer updated store ping to store info in files 2023-10-18 00:14:11 +05:30
nixos Add gitSubmodules test to github actions 2024-04-11 15:55:09 +02:00
unit C API: Safer function pointer casting 2024-04-12 21:41:15 +02:00