summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-10-26 18:48:42 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-10-26 18:48:42 +0200
commit684f2997381cbcfc4f2bd66726f271fa30ca835c (patch)
tree6c3477bec0caec3432b1d76d55d88414441ae3ab
parenta61e4bc35f25bc361cde5a973334424c0c1fc5bf (diff)
open_issues/code_analysis: glibc's libmcheck.
-rw-r--r--open_issues/code_analysis.mdwn7
-rw-r--r--shortcuts.mdwn6
2 files changed, 13 insertions, 0 deletions
diff --git a/open_issues/code_analysis.mdwn b/open_issues/code_analysis.mdwn
index f81af06e..4702fce6 100644
--- a/open_issues/code_analysis.mdwn
+++ b/open_issues/code_analysis.mdwn
@@ -98,6 +98,13 @@ There is a [[!FF_project 276]][[!tag bounty]] on some of these tasks.
* [[community/gsoc/project_ideas/Valgrind]]
+ * glibc's `libmcheck`
+
+ * Used by GDB, for example.
+
+ * Is not thread-safe, [[!sourceware_bug 6547]], [[!sourceware_bug 9939]],
+ [[!sourceware_bug 12751]], [[!stackoverflow_question 314931]].
+
* <http://en.wikipedia.org/wiki/Electric_Fence>
* <http://sourceforge.net/projects/duma/>
diff --git a/shortcuts.mdwn b/shortcuts.mdwn
index 5afa106e..439caf33 100644
--- a/shortcuts.mdwn
+++ b/shortcuts.mdwn
@@ -104,3 +104,9 @@ ikiwiki will include your shortcut in the standard underlay.
* [[!shortcut name=sourceware_bug
url="http://sourceware.org/bugzilla/show_bug.cgi?id=%s"
desc="sourceware.org bug #%s"]]
+
+## <http://stackoverflow.com/>
+
+ * [[!shortcut name=stackoverflow_question
+ url="http://http://stackoverflow.com/questions/%s"
+ desc="Stack Overflow question %s"]]