From 12ed2d2cbc94e29a6d18f3c0f061de082648cc25 Mon Sep 17 00:00:00 2001 From: Michael Tüxen Date: Fri, 1 Mar 2019 09:05:11 +0100 Subject: docs/freebsd: add missing found bug When committing the fix the the FreeBSD repo, I missed the line stating that the issue was found by running syzkaller. So this entry was missed... --- docs/freebsd/found_bugs.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/freebsd/found_bugs.md b/docs/freebsd/found_bugs.md index 11288a279..cf078c4be 100644 --- a/docs/freebsd/found_bugs.md +++ b/docs/freebsd/found_bugs.md @@ -10,6 +10,7 @@ Newer bugs come first - [Limit the user-controllable amount of memory the kernel allocates via IPPROTO_SCTP level socket options.](https://reviews.freebsd.org/rS343089) - [Fix getsockopt() for IP_OPTIONS/IP_RETOPTS.](https://reviews.freebsd.org/rS342879) - [Avoid overfow in vtruncbuf()](https://reviews.freebsd.org/rS342857) +- [Limit option_len for the TCP_CCALGOOPT.](https://reviews.freebsd.org/rS341335) - [Correct vm_fault_copy_entry() handling of backing file truncation after the file mapping was wired.](https://reviews.freebsd.org/rS338999) - [In vm_fault_copy_entry(), we should not assert that entry is charged if the dst_object is not of swap type.](https://reviews.freebsd.org/rS338998) - [Handle a guest executing a vm instruction by trapping and raising an undefined instruction exception.](https://reviews.freebsd.org/rS338957) -- cgit mrf-deployment