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
When the total of all section's encoded length is different than the length of BUFR message as encoded in section 0,
as found in some badly encoded messages.
S0.length + S1.length + S2.length + S3.length + S4.length + S5.length < Total length of BUFR message set in Section 0
The bufr_read_message() function is unable to adapt and read the message anyway,
even if it contains all valid data but filled at the end by unused spaces, that is when the BUFR message is longer than it should be.
When the total of all section's encoded length is different than the length of BUFR message as encoded in section 0,
as found in some badly encoded messages.
S0.length + S1.length + S2.length + S3.length + S4.length + S5.length < Total length of BUFR message set in Section 0
The bufr_read_message() function is unable to adapt and read the message anyway,
even if it contains all valid data but filled at the end by unused spaces, that is when the BUFR message is longer than it should be.
Imported from Launchpad using lp2gh.
The text was updated successfully, but these errors were encountered: