diff options
| author | Ed Maste <emaste@freebsd.org> | 2019-02-26 09:12:20 -0500 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-02-26 15:16:36 +0100 |
| commit | 773431cfd06efb5bb9e299bd9b738bd3e1c78377 (patch) | |
| tree | 6d2caa17dc25d4477e7c5e3e9a16979afad58954 /docs | |
| parent | acaf875db98ae47a5bc865fe21f895c827e0a297 (diff) | |
docs: add FreeBSD found bugs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/freebsd/found_bugs.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/freebsd/found_bugs.md b/docs/freebsd/found_bugs.md index ec2b31665..11288a279 100644 --- a/docs/freebsd/found_bugs.md +++ b/docs/freebsd/found_bugs.md @@ -5,3 +5,13 @@ Newer bugs come first - [Check the index hasn't changed after writing the cmp entry.](https://reviews.freebsd.org/rS344517) - [Fix a locking issue in the IPPROTO_SCTP level SCTP_PEER_ADDR_THLDS socket](https://reviews.freebsd.org/rS343960) - [Fix a locking bug in the IPPROTO_SCTP level SCTP_EVENT socket option.](https://reviews.freebsd.org/rS343954) +- [Fix locking for IPPROTO_SCTP level SCTP_DEFAULT_PRINFO socket option.](https://reviews.freebsd.org/rS343951) +- [Fix an off-by-one error in the input validation of the SCTP_RESET_STREAMS socketoption.](https://reviews.freebsd.org/rS343769) +- [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) +- [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) +- [disallow clock_settime too far in the future to avoid panic](https://reviews.freebsd.org/rS325825) +- [Fix parsing error when processing cmsg in SCTP send calls.](https://reviews.freebsd.org/rS325046) |
