aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-12-28 11:18:23 +0100
committerAnton Lindqvist <anton@basename.se>2019-12-28 11:21:02 +0100
commitaf6b8ef8f18c45343685f0ee7af9dd3a4b2b5d95 (patch)
tree75e5ec12420b0c78381801eafe5e86228a3d5784 /docs
parentbe5c2c81971442d623dd1b265dabf4644ceeb35b (diff)
docs/openbsd: update found bugs.md
Diffstat (limited to 'docs')
-rw-r--r--docs/openbsd/found_bugs.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/openbsd/found_bugs.md b/docs/openbsd/found_bugs.md
index 1d6babb51..7488587ba 100644
--- a/docs/openbsd/found_bugs.md
+++ b/docs/openbsd/found_bugs.md
@@ -6,6 +6,20 @@ mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/ope
Newer bugs comes first.
+- [uvm(9): incorrect offset calculation in `uvm_share(9)`](https://marc.info/?l=openbsd-cvs&m=157544812928708&w=2)
+
+- [vmm(4): wrong virtual memory structure type](https://marc.info/?l=openbsd-cvs&m=157544746828404&w=2)
+
+- [tun(4): interface creation race](https://marc.info/?l=openbsd-cvs&m=157412200313814&w=2)
+
+- [ioctl: lenient validation of interface address](https://marc.info/?l=openbsd-cvs&m=157313316301838&w=2)
+
+- [shmctl: use-after-free due to sleeping](https://marc.info/?l=openbsd-cvs&m=157229269222248&w=2)
+
+- [bpf(4): missing reference counting](https://marc.info/?l=openbsd-cvs&m=157169894124474&w=2)
+
+- [unveil: do not increment `ps_uvncount` more than once per unveiled path](https://marc.info/?l=openbsd-cvs&m=156995587324429&w=2)
+
- [sendto: lenient validation of socket address](https://marc.info/?l=openbsd-cvs&m=156923645331466&w=2)
- [vmm(4): missing locking](https://marc.info/?l=openbsd-cvs&m=156822096707365&w=2)