diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-04-05 11:27:31 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-04-05 11:27:31 +0200 |
commit | cc30bd0e6bdce5e1b955ad2800857c2b245bf985 (patch) | |
tree | ef1c05f5ea36e93f2a2120f6ae2d023cc0582591 | |
parent | bc09c69e177a20277574e83fc03d0a96233e306c (diff) | |
parent | 0f6e7b65dec62d61ee933e8b605f3df9e552c58d (diff) | |
download | web-cc30bd0e6bdce5e1b955ad2800857c2b245bf985.tar.gz web-cc30bd0e6bdce5e1b955ad2800857c2b245bf985.tar.bz2 web-cc30bd0e6bdce5e1b955ad2800857c2b245bf985.zip |
Merge branch 'master' of braunbox:~hurd-web/hurd-web
-rw-r--r-- | open_issues/automatically_checking_port_deallocation.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/open_issues/automatically_checking_port_deallocation.mdwn b/open_issues/automatically_checking_port_deallocation.mdwn index fb8cfd01..6aeaf207 100644 --- a/open_issues/automatically_checking_port_deallocation.mdwn +++ b/open_issues/automatically_checking_port_deallocation.mdwn @@ -20,3 +20,13 @@ IRC, unknown channel, unknown date. <youpi> which is already a good thing <youpi> of course the coverage can't be perfect <youpi> one of the bugs I fixed happened only for setuid binaries for instance + +- - - + +portseal can automatically detect port leaks. It is somewhat +intrusive, as it leverages a source-transformation and hence requires +a recompilation of the code that contains the port leak. Currently, +it is a prototype. If you are looking for a port leak, I'd love you +to try it though: + +[[http://darnassus.sceen.net/gitweb/teythoon/portseal.git]] |