[llvm-commits] CVS: llvm-www/safecode/menagerie/other.html
John Criswell
criswell at cs.uiuc.edu
Fri Jun 18 09:06:46 PDT 2010
Changes in directory llvm-www/safecode/menagerie:
other.html updated: 1.4 -> 1.5
---
Log message:
Added the Archipelago and Dalton papers.
Changed the name of the randomization header to more accurately reflect the
paper contained thereunder (is that even a word?).
---
Diffs of the changes: (+33 -1)
other.html | 34 +++++++++++++++++++++++++++++++++-
1 file changed, 33 insertions(+), 1 deletion(-)
Index: llvm-www/safecode/menagerie/other.html
diff -u llvm-www/safecode/menagerie/other.html:1.4 llvm-www/safecode/menagerie/other.html:1.5
--- llvm-www/safecode/menagerie/other.html:1.4 Thu Jun 17 09:46:21 2010
+++ llvm-www/safecode/menagerie/other.html Fri Jun 18 11:06:33 2010
@@ -75,8 +75,24 @@
<a name="infoflow"></a>
<h1>Information Flow Papers</h1>
+ <ul>
+ <li><a href="https://db.usenix.org/events/sec08/tech/full_papers/dalton/dalton.pdf">
+ <b>
+ Real-World Buffer Overflow Protection for Userspace & Kernelspace
+ </b></a>
+ <br>
+ Michael Dalton, Hari Kannan, and Christos Kozyrakis
+ <br>
+ <i>Proceedings of the Seventeenth Usenix Security Symposium</i>,
+ August 2008.
+ <br>
+ </li>
+
+
+ </ul>
+
<a name="random"></a>
- <h1>Randomization Papers</h1>
+ <h1>Randomization and Probabilistic Safety Papers</h1>
<ul>
<li><a href="http://research.microsoft.com/apps/pubs/default.aspx?id=70626">
@@ -109,6 +125,22 @@
<br>
+ <li><a href="http://www.cs.umass.edu/~emery/pubs/asplos147-lvin.pdf">
+ <b>
+ Archipelago: Trading Address Space for Reliability and Security
+ </b></a>
+ <br>
+ Vitaliy B. Lvin, Gene Novark, Emery D. Berger, and Benjamin G. Zorn
+ <br>
+ <i>Proceedings of the Thirteenth International Conference on
+ Architectural Support for Programming Languages and Operating
+ Systems (ASPLOS '08)</i>,
+ Seattle, WA, March 2008.
+ <br>
+ </li>
+
+ <br>
+
<li><a href="http://www.cs.umass.edu/%7Eemery/pubs/fp014-berger.pdf">
<b>
DieHard: Probabilistic Memory Safety for Unsafe Languages
More information about the llvm-commits
mailing list