diff options
Diffstat (limited to 'open_issues/valgrind.mdwn')
-rw-r--r-- | open_issues/valgrind.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/open_issues/valgrind.mdwn b/open_issues/valgrind.mdwn index 2b0624d7..bd45829c 100644 --- a/open_issues/valgrind.mdwn +++ b/open_issues/valgrind.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2009, 2010 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2009, 2010, 2011 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -10,6 +11,8 @@ License|/fdl]]."]]"""]] [[!meta title="Porting Valgrind to the Hurd"]] +[[!tag gsoc-task]] + [Valgrind](http://valgrind.org/) is an extremely useful debugging tool for memory errors. (And some other kinds of hard-to-find errors too.) Aside from being useful for program development in general, |