aboutsummaryrefslogtreecommitdiff
path: root/open_issues/code_analysis.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-07-12 13:03:01 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-07-12 13:03:01 +0200
commit6fc942f66e0b9435939e63ad9aeeeee91cfbc200 (patch)
treeb172205136abca6a1d878d9a9f3062613a3622c3 /open_issues/code_analysis.mdwn
parent716ef78f951c355e978e869aa437212facecd7ac (diff)
parent8cee055ec4fac00e59f19620ab06e2b30dccee3c (diff)
downloadweb-6fc942f66e0b9435939e63ad9aeeeee91cfbc200.tar.gz
web-6fc942f66e0b9435939e63ad9aeeeee91cfbc200.tar.bz2
web-6fc942f66e0b9435939e63ad9aeeeee91cfbc200.zip
Merge remote-tracking branch 'fp/master'
Diffstat (limited to 'open_issues/code_analysis.mdwn')
-rw-r--r--open_issues/code_analysis.mdwn17
1 files changed, 16 insertions, 1 deletions
diff --git a/open_issues/code_analysis.mdwn b/open_issues/code_analysis.mdwn
index d776d81a..00915651 100644
--- a/open_issues/code_analysis.mdwn
+++ b/open_issues/code_analysis.mdwn
@@ -1,4 +1,5 @@
-[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2010, 2011, 2012 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
@@ -110,6 +111,20 @@ There is a [[!FF_project 276]][[!tag bounty]] on some of these tasks.
glibc's heap structure. its kinda handy, might help?
<vsrinivas> MALLOC_CHECK_ was the envvar you want, sorry.
+ * In context of [[!message-id
+ "1341350006-2499-1-git-send-email-rbraun@sceen.net"]]/the `alloca` issue
+ mentioned in [[gnumach_page_cache_policy]]:
+
+ IRC, freenode, #hurd, 2012-07-08:
+
+ <youpi> braunr: there's actually already an ifdef REDZONE in libthreads
+
+ It's `RED_ZONE`.
+
+ <youpi> except it seems clumsy :)
+ <youpi> ah, no, the libthreads code properly sets the guard, just for
+ grow-up stacks
+
* Input fuzzing
Not a new topic; has been used (and a paper published) for early UNIX