criu/lib
Adrian Reber e2dffcbc8e lib: do not set protobuf has_* field too early
For two cases libcriu was setting the RPC protobuf field `has_*` before
checking if the given parameter is valid. This can lead to situations,
if the caller doesn't check the return value, that we pass as RPC struct
to CRIU which has the `has_*` protobuf field set to true, but does not
have a verified value (or non at all) set for the actual RPC entry.

Signed-off-by: Adrian Reber <areber@redhat.com>
2025-03-21 12:40:31 -07:00
..
c lib: do not set protobuf has_* field too early 2025-03-21 12:40:31 -07:00
pycriu pycriu: fix lint errors 2025-03-21 12:40:31 -07:00
.gitignore lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00
Makefile make: improve check for externally managed Python 2024-09-11 16:02:11 -07:00
pyproject.toml lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00
setup.cfg lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00
setup.py lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00