Skip to content

Do not attempt to use uninitialized data handle.

The BS error condition data handle is only initialized for byte stream inputs, but the isBSError method would use the conditions data handle in all cases. This is fixed by this MR.

Merge request reports