aboutsummaryrefslogtreecommitdiffstats
path: root/docs/openbsd/found_bugs.md
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2018-08-28 20:15:25 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-08-28 11:15:25 -0700
commit53ff87847a172828ddb92cbc95aa2a3e8a0937e0 (patch)
tree69536347484ae6f5d0492497a1ba63332a700565 /docs/openbsd/found_bugs.md
parentb771b17ec95715c24715d730363f6f07bc46fd4f (diff)
docs: add OpenBSD
Diffstat (limited to 'docs/openbsd/found_bugs.md')
-rw-r--r--docs/openbsd/found_bugs.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/openbsd/found_bugs.md b/docs/openbsd/found_bugs.md
new file mode 100644
index 000000000..f7ddb9a4f
--- /dev/null
+++ b/docs/openbsd/found_bugs.md
@@ -0,0 +1,19 @@
+# Found bugs
+
+Newer bugs comes first.
+
+- [kqueue: use-after-free in `kqueue_close()`](https://marc.info/?l=openbsd-cvs&m=153364550327224&w=2)
+
+- [unveil: invalid call to `VOP_UNLOCK()`](https://marc.info/?l=openbsd-cvs&m=153318491427658&w=2)
+
+- [open: NULL pointer dereference while operating on cloned device](https://marc.info/?l=openbsd-cvs&m=153297130613157&w=2)
+
+- [mprotect: incorrect bounds check in `uvm_map_protect()`](https://marc.info/?l=openbsd-cvs&m=153227003430211&w=2)
+
+- [fchown: NULL pointer dereference while operating on cloned device](https://marc.info/?l=openbsd-cvs&m=153224108724940&w=2)
+
+- [recvmsg: double free of mbuf](https://marc.info/?l=openbsd-cvs&m=153067010015474&w=2)
+
+- [ftruncate: NULL pointer dereference while operating on cloned device](https://marc.info/?l=openbsd-cvs&m=153062270701248&w=2)
+
+- [kqueue: NULL pointer dereference](https://marc.info/?l=openbsd-cvs&m=152930020005260&w=2)