From 53ff87847a172828ddb92cbc95aa2a3e8a0937e0 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Tue, 28 Aug 2018 20:15:25 +0200 Subject: docs: add OpenBSD --- docs/openbsd/found_bugs.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/openbsd/found_bugs.md (limited to 'docs/openbsd/found_bugs.md') 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) -- cgit mrf-deployment