You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(by vanh-souvanlasy)
The return value could be negative and for this case, the returned value is not just -1 for missing
the ival should be int32_t and then the converted final value should be cast to uint64_t for output.
Code in question is bufr_dataset.c:1778,
ival is uint64_t, which makes the "if (ival < 0)" test a NOP. Not entirely sure what was intended here so I added a FIXME comment and left it alone.
Imported from Launchpad using lp2gh.
The text was updated successfully, but these errors were encountered: