You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was being handled in `config.set`, which correspondingly used
the command line flags to check if the option should be set, skipping
the `options` data structure alltogether, causing our `options.set_option`
call for the `malloc-may-fail` and the `malloc-fail-null` to have no
observable outcome.
0 commit comments