浏览代码

Add a reading note list

Alexandre Janniaux 6 年之前
父节点
当前提交
e9761d24cd
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      reading.md

+ 13 - 0
reading.md

@@ -0,0 +1,13 @@
+
+# Blogs
+
+# From 26/08/2018
+
++ https://raphlinus.github.io/programming/rust/2018/08/17/undefined-behavior.html
+
+Article about undefined behaviour in C, why they are there, why they are
+dangerous and why they won't be fixed.
+Mitigations are:
+ - LLVM ubsan
+
+TODO: Check other links bellow in the article