`crexec` passes some options to CRaC CRIU via `CRAC_CRIU_OPTS` environment variable.
When `CRAC_CRIU_OPTS` is already present in the environment it should append the option it needs to pass if it is not already present. But due to comparing the variable name to the whole "var=value" string instead it fails to identify the presence of the variable.
When `CRAC_CRIU_OPTS` is already present in the environment it should append the option it needs to pass if it is not already present. But due to comparing the variable name to the whole "var=value" string instead it fails to identify the presence of the variable.
- links to
-
Review(crac) openjdk/crac/217