1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00
systemd/.github/codeql-queries
Jan Janssen 3f92dc2fd4 boot: Simplify object erasure
This erase_obj() machinery looks like voodoo and creates an awful lot of
noise as soon as we get back to building with -O0. We can do this in a
more simple way by introducing a struct that holds the information we
need on cleanup. When building with optimization enabled, all this gets
inlined and the eraser vanishes.
2023-01-09 18:58:54 +01:00
..
PotentiallyDangerousFunction.ql Get rid of strerror_safe() 2022-10-11 16:59:00 +02:00
qlpack.yml ci: drop LGTM stuff and move remaining bits into a new location 2022-09-13 21:32:15 +02:00
UninitializedVariableWithCleanup.ql boot: Simplify object erasure 2023-01-09 18:58:54 +01:00