github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/docs/freebsd/found_bugs.md (about)

     1  # Found Bugs
     2  
     3  Newer bugs come first
     4  
     5  - [Fix udp_output() lock inconsistency.](https://reviews.freebsd.org/rS346595)
     6  - [Fix IPV6_CHECKSUM computation.](https://reviews.freebsd.org/rS346402)
     7  - [When sending a routing message, don't allow the user to set the RTF_RNH_LOCKED flag in rtm_flags.](https://reviews.freebsd.org/rS346197)
     8  - [Fix an SCTP related locking issue.](https://reviews.freebsd.org/rS346134)
     9  - [Reinitialize multicast source filter structures after invalidation.](https://reviews.freebsd.org/rS346118)
    10  - [Fix a small locking bug in tcp_log_id().](https://reviews.freebsd.org/rS346094)
    11  - [Fix a double free of an SCTP association in an error path.](https://reviews.freebsd.org/rS345525)
    12  - [Reject F_SETLK_REMOTE commands when sysid == 0.](https://reviews.freebsd.org/rS345513)
    13  - [Initialize scheduler specific data for the FCFS scheduler.](https://reviews.freebsd.org/rS345505)
    14  - [Improve locking when tearing down an SCTP association.](https://reviews.freebsd.org/rS345504)
    15  - [Fix more signed unsigned issues in SCTP.](https://reviews.freebsd.org/rS345466)
    16  - [Fix a signed/unsigned bug when receiving SCTP messages.](https://reviews.freebsd.org/rS345465)
    17  - [Limit the size of messages sent on 1-to-many style SCTP sockets with the SCTP_SENDALL flag.](https://reviews.freebsd.org/rS345461)
    18  - [Limit the number of bytes which can be queued for SCTP sockets.](https://reviews.freebsd.org/rS345460)
    19  - [Fix a KASSERT() in tcp_output().](https://reviews.freebsd.org/rS345441)
    20  - [Disallow preemptive creation of wired superpage mappings.](https://reviews.freebsd.org/rS345382)
    21  - [vm_fault_copy_entry: accept invalid source pages.](https://reviews.freebsd.org/rS345324)
    22  - [Fix a bug in the SCTP stream schedulers.](https://reviews.freebsd.org/rS344872)
    23  - [Allocate an association id and register the stcb with holding the lock.](https://reviews.freebsd.org/rS344742)
    24  - [Allow SCTP stream reconfiguration operations only in ESTABLISHED state.](https://reviews.freebsd.org/rS344724)
    25  - [Fix handling of the SCTP_STATUS socket option in early states.](https://reviews.freebsd.org/rS344723)
    26  - [Honor the memory limits provided when processing the SCTP_GET_LOCAL_ADDRESSES socket option.](https://reviews.freebsd.org/rS344708)
    27  - [Check the index hasn't changed after writing the cmp entry.](https://reviews.freebsd.org/rS344517)
    28  - [Improve input validation for raw IPv4 socket using the IP_HDRINCL option.](https://reviews.freebsd.org/rS344048)
    29  - [Fix a locking issue in the IPPROTO_SCTP level SCTP_PEER_ADDR_THLDS socket.](https://reviews.freebsd.org/rS343960)
    30  - [Fix a locking bug in the IPPROTO_SCTP level SCTP_EVENT socket option.](https://reviews.freebsd.org/rS343954)
    31  - [Fix locking for IPPROTO_SCTP level SCTP_DEFAULT_PRINFO socket option.](https://reviews.freebsd.org/rS343951)
    32  - [Fix an off-by-one error in the input validation of the SCTP_RESET_STREAMS socketoption.](https://reviews.freebsd.org/rS343769)
    33  - [Limit the user-controllable amount of memory the kernel allocates via IPPROTO_SCTP level socket options.](https://reviews.freebsd.org/rS343089)
    34  - [Fix getsockopt() for IP_OPTIONS/IP_RETOPTS.](https://reviews.freebsd.org/rS342879)
    35  - [Avoid overfow in vtruncbuf().](https://reviews.freebsd.org/rS342857)
    36  - [Limit option_len for the TCP_CCALGOOPT.](https://reviews.freebsd.org/rS341335)
    37  - [Correct vm_fault_copy_entry() handling of backing file truncation after the file mapping was wired.](https://reviews.freebsd.org/rS338999)
    38  - [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)
    39  - [Handle a guest executing a vm instruction by trapping and raising an undefined instruction exception.](https://reviews.freebsd.org/rS338957)
    40  - [disallow clock_settime too far in the future to avoid panic.](https://reviews.freebsd.org/rS325825)
    41  - [Fix parsing error when processing cmsg in SCTP send calls.](https://reviews.freebsd.org/rS325046)