-
assigned issue to
Trigger: Incorrect format statement
Issue #2816
resolved
I see this compiler warning:
/__w/CarpetX/workspace/Cactus/arrangements/CactusUtils/Trigger/src/trigger.c:558:75: warning: more '%' conversions than data arguments [-Wformat-insufficient-args]
558 | CCTK_VERROR("%s parsing variable with the name '%s' in trigger %d: %d",
| ~^
This points to a real error, potentially leading to a segfault when this statement is executed.
Comments (4)
-
-
- changed status to open
-
Applied as git hash 474e6b1 "Trigger: correct error output message when failing to parse triggers" of cactusutils
-
- changed status to resolved
- Log in to comment