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
Get lvalue observed bounds: update test (#474)
* Use a temporary variable and an additional dynamic bounds cast to establish the bounds of s1->f so they don't depend on s1->len before assigning to s1->len
* Move declarations of temporary variables
* Use dynamic bounds casts to set the observed bounds of s1->f to count(0) instead of using a temporary variable
* Use count(1) and count(2) for the observed bounds of s1->f when s1->len is set to 1 and 2 respectively
Finalize version 0.6 of the Checked C specification. (#91)
- Remove the term "draft" from the version description.
- Update the acknowledgement section.