diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-20 22:13:17 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-20 22:13:17 +0100 |
commit | c77f17cfb827c17de7f1d5318cbbbeea03286715 (patch) | |
tree | c72a20c83f42c10967120c633edd51628240611f /open_issues/code_analysis.mdwn | |
parent | 8e4cd1e9147637ead1ef782cb67a660eb45845a1 (diff) | |
download | web-c77f17cfb827c17de7f1d5318cbbbeea03286715.tar.gz web-c77f17cfb827c17de7f1d5318cbbbeea03286715.tar.bz2 web-c77f17cfb827c17de7f1d5318cbbbeea03286715.zip |
open_issues/fork_deadlock: Data I collected.
Diffstat (limited to 'open_issues/code_analysis.mdwn')
-rw-r--r-- | open_issues/code_analysis.mdwn | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/open_issues/code_analysis.mdwn b/open_issues/code_analysis.mdwn index 8c604e3f..14e82146 100644 --- a/open_issues/code_analysis.mdwn +++ b/open_issues/code_analysis.mdwn @@ -37,11 +37,6 @@ There is a [[!FF_project 276]][[!tag bounty]] on some of these tasks. specifiers, and have it emit useful warnings in case these are pointing to uninitialized data (for *in* only). - * [[Port Sequence Numbers|microkernel/mach/ipc/sequence_numbering]]. If - these are used, care must be taken to update them reliably, [[!message-id - "1123688017.3905.22.camel@buko.sinrega.org"]]. This could be checked by a - static analysis tool. - * [[!wikipedia List_of_tools_for_static_code_analysis]] * [Engineering zero-defect software](http://esr.ibiblio.org/?p=4340), Eric @@ -91,6 +86,16 @@ There is a [[!FF_project 276]][[!tag bounty]] on some of these tasks. * [Coverity](http://www.coverity.com/) (nonfree?) +## Hurd-specific Applications + + * [[Port Sequence Numbers|microkernel/mach/ipc/sequence_numbering]]. If + these are used, care must be taken to update them reliably, [[!message-id + "1123688017.3905.22.camel@buko.sinrega.org"]]. This could be checked by a + static analysis tool. + + * [[glibc]]'s [[glibc/critical_section]]s. + + # Dynamic * [[community/gsoc/project_ideas/Valgrind]] |