File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Author: Peter Schrammel
24
24
25
25
#include < langapi/language.h>
26
26
27
+ #include < goto-programs/add_malloc_may_fail_variable_initializations.h>
27
28
#include < goto-programs/adjust_float_expressions.h>
28
29
#include < goto-programs/goto_convert_functions.h>
29
30
#include < goto-programs/goto_inline.h>
@@ -330,6 +331,8 @@ bool goto_diff_parse_optionst::process_goto_program(
330
331
goto_model, ui_message_handler, cprover_cpp_library_factory);
331
332
link_to_library (goto_model, ui_message_handler, cprover_c_library_factory);
332
333
334
+ add_malloc_may_fail_variable_initializations (goto_model);
335
+
333
336
// remove function pointers
334
337
log.status () << " Removal of function pointers and virtual functions"
335
338
<< messaget::eom;
You can’t perform that action at this time.
0 commit comments