[llvm-commits] [www-pubs] r159828 - /www-pubs/trunk/pubs.js
John Criswell
criswell at uiuc.edu
Fri Jul 6 08:11:42 PDT 2012
Author: criswell
Date: Fri Jul 6 10:11:42 2012
New Revision: 159828
URL: http://llvm.org/viewvc/llvm-project?rev=159828&view=rev
Log:
Added the control-flow integrity paper from Greg Morrisett's group.
Modified:
www-pubs/trunk/pubs.js
Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=159828&r1=159827&r2=159828&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Fri Jul 6 10:11:42 2012
@@ -34,6 +34,14 @@
year: 2011,
},
+ { url: "http://www.eecs.harvard.edu/~greg/papers/cfiDataSandboxing.pdf",
+ author: "Bin Zeng, Gang Tan, Greg Morrisett",
+ title: "Combining Control-Flow Integrity and Static Analysis for Efficient and Validated Data Sandboxing",
+ published: "ACM Conference on Computer and Communications Security (CCS)",
+ month: 10,
+ year: 2011,
+ },
+
{ url: "",
author: "Haohui Mai, Ahmed Khurshid, Rachit Agarwal, Matthew Caesar, P. Brighten Godfrey, and Samuel T. King",
title: "Debugging the Data Plane with Anteater",
More information about the llvm-commits
mailing list