This patch causes the option processing to end sooner than the problematic code gets executed. Additionally, the JS-level options to mess with FIPS settings are similarly disabled. Related: RHEL-25870 RHEL-25935 RHEL-25925
Upstream report: https://github.com/nodejs/node/pull/48950 RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=2226726 This patch makes the part of the code that processes cmd-line options for FIPS to end sooner before the code gets to the problematic part of the code.