diff options
| author | Michael Tüxen <tuexen@fh-muenster.de> | 2019-03-01 09:05:11 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-01 09:05:11 +0100 |
| commit | 12ed2d2cbc94e29a6d18f3c0f061de082648cc25 (patch) | |
| tree | 9be279694ade563df6f0b42b81be5acc88172ecc /docs/freebsd | |
| parent | 8a4b3a6b657c1942244ec75c5fec3f764df84301 (diff) | |
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...
Diffstat (limited to 'docs/freebsd')
| -rw-r--r-- | docs/freebsd/found_bugs.md | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
