Skip to content

Commit f11493d

Browse files
mhdawsonnodejs-github-bot
authored andcommitted
src: add missing initialization
This missing initialization was reported by the coverity scans we are in the process of re-enabling. PR-URL: #40370 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]>
1 parent ca6adcf commit f11493d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_options.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class EnvironmentOptions : public Options {
111111
std::string module_type;
112112
std::string experimental_policy;
113113
std::string experimental_policy_integrity;
114-
bool has_policy_integrity_string;
114+
bool has_policy_integrity_string = false;
115115
bool experimental_repl_await = true;
116116
bool experimental_vm_modules = false;
117117
bool expose_internals = false;

0 commit comments

Comments
 (0)