From a70141bfe62a13aaab67f008a2d20862867f2e4f Mon Sep 17 00:00:00 2001 From: R3x Date: Sun, 24 Feb 2019 05:39:58 +0000 Subject: Added found_bugs.md --- docs/netbsd/found_bugs.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/netbsd/found_bugs.md diff --git a/docs/netbsd/found_bugs.md b/docs/netbsd/found_bugs.md new file mode 100644 index 000000000..edad13b24 --- /dev/null +++ b/docs/netbsd/found_bugs.md @@ -0,0 +1,9 @@ +# Found Bugs + +Most latest bugs are reported by [syzbot](/docs/syzbot.md) to +[syzkaller-netbsd-bugs](https://groups.google.com/forum/#!forum/syzkaller-netbsd-bugs) +mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/#netbsd) + +Newer bugs come first + +- mmap(2): a file descriptor with PaX MPROTECT can produce an unkillable process - [gnats](http://gnats.netbsd.org/52658) - [fix](https://github.com/NetBSD/src/commit/8d45bd6de2c49d27b4f59c70f057d174b47d9278) -- cgit mrf-deployment