Skip to content

exekall: Fix multiple uses of --conf

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr111 into next

Currently, using --conf multiple times will override user-specified keys from in the first files by the value found in the last file, or the default value if one exists. Fix that by ignoring default values when stacking configurations.

Merge request reports