[www-pubs] r220209 - Added the Code-Pointer Integrity paper from OSDI 2014.

John Criswell criswell at uiuc.edu
Mon Oct 20 09:44:08 PDT 2014


Author: criswell
Date: Mon Oct 20 11:44:07 2014
New Revision: 220209

URL: http://llvm.org/viewvc/llvm-project?rev=220209&view=rev
Log:
Added the Code-Pointer Integrity paper from OSDI 2014.

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=220209&r1=220208&r2=220209&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Mon Oct 20 11:44:07 2014
@@ -2,6 +2,14 @@
 // the page in the order listed.
 var PUBS =
 [
+  { url: "https://www.usenix.org/system/files/conference/osdi14/osdi14-paper-kuznetsov.pdf",
+    author: "Volodymyr Kuznetsov, László Szekeres, Mathias Payer, George Candea, R. Sekar, and Dawn Song",
+    title: "Code-Pointer Integrity",
+    published: "Proceedings of the Eleventh USENIX Symposium on Operating Systems Design and Implementation (OSDI 2014)",
+    month: 10,
+    year: 2014,
+  },
+
   { url: "http://www.pds.ewi.tudelft.nl/fileadmin/pds/homepages/fang/papers/icpp2k14a214.pdf",
     author: "Jianbin Fang, Henk Sips, Pekka Jääskeläinen, Ana Lucia Varbanescu",
     title: "Grover: Looking for Performance Improvement by Disabling Local Memory Usage in OpenCL Kernels",





More information about the llvm-commits mailing list