-
Notifications
You must be signed in to change notification settings - Fork 666
Open
Labels
Description
When evaluating a configuration file specified via RPC (e.g., runc.conf
), CRIU will parse this config file twice:
Line 332 in 5c2f02b
i = parse_options(0, NULL, &dummy, &dummy, PARSING_RPC_CONF); |
Line 784 in 5c2f02b
/* Evaluate additional configuration file a second time to overwrite |
This causes options such as --action-script
to accumulate duplicate values, leading to unexpected behavior (e.g., when used with criu-coordinator).