mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
This commit checks after each strdup() call if the call was successful. If not, the function that calls strdup() returns an error. This requires, that the return value of several functions has to be changed from void to int. Signed-off-by: Martin Wührer <martin.wuehrer@artech.at>