checkedc / checkedc-fork

This was a fork of Checked C used from 2021-2024. The changes have been merged into the original Checked C repo.
Other
26 stars 3 forks source link

Improve description of bounds widening #500

Open dtarditi opened 1 year ago

dtarditi commented 1 year ago

The Checked C clang compiler infers widened bounds for strings (and null-terminated pointers in general) where the null element is checked. We need to add a description of this to Wiki and make sure that the description in the specification describes this.