This repo contains a version of musl that is being modified to Checked C. Checked C is an extension to C that adds checking to detect or prevent common programming errors such as out-of-bounds memory accesses.
Stars
27
Forks
8
Watchers
27
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
3.5k
commits
81
commits
35
commits
29
commits
13
commits
10
commits
9
commits
9
commits
8
commits
7
commits
Made corrections to remove compiler warnings for some conversions in … (#16)
7b9ef2bView on GitHubMerge pull request #15 from microsoft/cleanup-of-conv-string
66ac3fbView on GitHubEliminated minor diffs in white space; renamed parameters in unistd.h
a204ba5View on GitHubReverted unnecessary parameter renaming in header files.
256a039View on GitHubReverted changes for restrict-qualified parameters. The compiler warnings related to these need to be fixed in the compiler and not in the compiled programs.
0934aa3View on GitHubClean-up of conversion of source code to Checked C to remove Checked C related warnings.
86c07c1View on GitHubMerge pull request #14 from microsoft/update_doc
3012be3View on GitHubFix compiler assertion failure in network and compile error in string (#13)
1cecb63View on GitHub