cfe icon indicating copy to clipboard operation
cfe copied to clipboard

Unchecked error codepaths in `Update_until`

Open aaraney opened this issue 1 month ago • 0 comments

Update_until calls Update in a loop and later if a partial timestep update is requested. In both cases, Update could return BMI_FAILURE but that error path is not handled.

https://github.com/NOAA-OWP/cfe/blob/a349a953ef239ae7470a8365cf614283d7e6ca80/src/bmi_cfe.c#L1604 https://github.com/NOAA-OWP/cfe/blob/a349a953ef239ae7470a8365cf614283d7e6ca80/src/bmi_cfe.c#L1614

aaraney avatar Oct 23 '25 17:10 aaraney