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.
CNOASSERTION
Issues
- 1
- 1
Remove speculative features from specification
#493 opened by dtarditi - 1
- 0
Epic: bring Checked C specification into agreement with the compiler implementation
#490 opened by dtarditi - 0
Improve description of bounds widening
#500 opened by dtarditi - 0
- 0
- 0
- 0
Update description of generic types on the Wiki
#496 opened by dtarditi - 0
- 1
Remove use of colon in decls for Checked C bounds and where clause declarations
#489 opened by dtarditi - 0
Update description of program scopes for checked pointer types in specification
#491 opened by dtarditi - 1
Epic: complete support for erasable Checked C syntax
#483 opened by dtarditi - 0
- 0
Update Wiki documentation on erasable syntax
#487 opened by dtarditi - 0
- 0
- 1
Create stand-alone tool for checking Checked C programs compiled with regular C compilers.
#484 opened by dtarditi - 1
- 1
function without a prototype cannot be used or declared in a checked scope
#472 opened by secure-sw-dev-bot - 1
Update org name
#475 opened by secure-sw-dev-bot - 1
Fix mistakes in the "Variables at external scope" example in the spec.
#474 opened by secure-sw-dev-bot - 0
A 45-minute presentation on Checked C.
#473 opened by secure-sw-dev-bot - 0
Get lvalue observed bounds: update test
#471 opened by secure-sw-dev-bot - 0
- 0
Bounds checking for pointer dereferences and array subscripts: update test
#469 opened by secure-sw-dev-bot - 0
Test cases for bundled block support.
#468 opened by secure-sw-dev-bot - 3
Issue to track comments and updates to the proposed Checked C extension changes.
#467 opened by secure-sw-dev-bot - 0
- 0
Documentation fixes for Checked C issues.
#465 opened by secure-sw-dev-bot - 0
Treat address-of array subscripts the same way as address-of dereferences: update tests
#464 opened by secure-sw-dev-bot - 0
Check return value bounds: update tests
#463 opened by secure-sw-dev-bot - 3
- 0
Get variable and constant: update tests
#461 opened by secure-sw-dev-bot - 0
- 0
An nt_checked array with an empty initializer list should be an error
#459 opened by secure-sw-dev-bot - 0
`redeclare_libs_{explicit,implicit}.c` tests fail when `_CHECKEDC_MOCKUP_THREADS` is removed on a system that supports threads
#458 opened by secure-sw-dev-bot - 0
Restrict `malloc` of uninitialized memory containing checked pointers?
#457 opened by secure-sw-dev-bot - 0
spec: Fix a typo
#456 opened by secure-sw-dev-bot - 3
Fixes for errors in the "array_ptr" interfaces to some libc functions declared in checkedc_extensions.h, and removal of the conditional in the snprintf declaration in stdio_checked.h
#455 opened by secure-sw-dev-bot - 0
- 0
`bsearch` bounds-safe interface does not enforce that `size == sizeof(T)` (unsound)
#453 opened by secure-sw-dev-bot - 1
Activate a checked declaration conditional on the existence of the original system declaration?
#452 opened by secure-sw-dev-bot - 1
How can checked headers add itypes to struct already defined in original system headers?
#451 opened by secure-sw-dev-bot - 4
- 11
`snprintf` bounds-safe interface is unhelpful for variable-length null-terminated buffers
#449 opened by secure-sw-dev-bot - 2
Linking problems with out-of-line definitions for `checkedc_extensions.h`
#448 opened by secure-sw-dev-bot - 0
Collecting all test cases related to checked header files under one directory.
#446 opened by secure-sw-dev-bot - 1
- 0
Version update for Checked C release 0.9
#444 opened by secure-sw-dev-bot