[llvm-commits] CVS: llvm-www/safecode/menagerie/other.html
John Criswell
criswell at cs.uiuc.edu
Fri Jun 25 22:51:37 PDT 2010
Changes in directory llvm-www/safecode/menagerie:
other.html updated: 1.5 -> 1.6
---
Log message:
Added StackGuard and PointGuard(TM).
---
Diffs of the changes: (+30 -0)
other.html | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Index: llvm-www/safecode/menagerie/other.html
diff -u llvm-www/safecode/menagerie/other.html:1.5 llvm-www/safecode/menagerie/other.html:1.6
--- llvm-www/safecode/menagerie/other.html:1.5 Fri Jun 18 11:06:33 2010
+++ llvm-www/safecode/menagerie/other.html Sat Jun 26 00:51:09 2010
@@ -154,6 +154,36 @@
<br>
</li>
+ <br>
+
+ <li><a href="http://www.usenix.org/event/sec03/tech/full_papers/cowan/cowan.pdf">
+ <b>
+ PointGuard&trade: Protecting Pointers From Buffer Overflow
+ Vulnerabilities
+ </b></a>
+ <br>
+ Crispin Cowan, Steve Beattie, John Johansen and Perry Wagle
+ <br>
+ <i>Proceedings of the Twelfth Usenix Security Symposium</i>,
+ Washington, D.C., August 2003.
+ <br>
+ </li>
+
+ <br>
+ <li><a href="http://www.usenix.org/publications/library/proceedings/sec98/full_papers/cowan/cowan.pdf">
+ <b>
+ StackGuard: Automatic Adaptive Detection and Prevention of
+ Buffer-overflow Attacks
+ </b></a>
+ <br>
+ Crispin Cowan, Calton Pu, Dave Maier, Heather Hintony,
+ Jonathan Walpole, Peat Bakke, Steve Beattie, Aaron Grier, Perry Wagle,
+ and Qian Zhang
+ <br>
+ <i>Proceedings of the Seventh Usenix Security Symposium</i>,
+ San Antonio, Texas, January 1998.
+ <br>
+ </li>
</ul>
<a name="adhoc"></a>
More information about the llvm-commits
mailing list