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
Currently, no load* methods in BitReaded have checks against returning value safety.
Meaning that it might not be safe to rely on result of comparisons of such values.
If encountered it real world, these kind of cases are extremely hard to debug.
Issue
Currently, no
load*
methods inBitReaded
have checks against returning value safety.Meaning that it might not be safe to rely on result of comparisons of such values.
If encountered it real world, these kind of cases are extremely hard to debug.
Solution
To address this issue, #35 is proposed.
The text was updated successfully, but these errors were encountered: