diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-08-19 15:53:14 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-08-19 14:17:01 +0000 |
| commit | 0773c4252b9eda702503351c75aca73526a13b6c (patch) | |
| tree | 3a9ea716de1a24261099d001a093f6291f3977c8 /docs/freebsd | |
| parent | 7247b5c7fccc4b0e6008504269cb3537fcbdf93a (diff) | |
docs: fix misspellings
Gemini CLI experiments side effect.
Diffstat (limited to 'docs/freebsd')
| -rw-r--r-- | docs/freebsd/README.md | 2 | ||||
| -rw-r--r-- | docs/freebsd/found_bugs.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/freebsd/README.md b/docs/freebsd/README.md index c16c32e76..59995847b 100644 --- a/docs/freebsd/README.md +++ b/docs/freebsd/README.md @@ -227,4 +227,4 @@ If something does not work, try adding the `-debug` flag to `syz-manager`. - We should provide instructions for fuzzing a FreeBSD system on ZFS - `pkg/host` needs to be taught how to detect supported syscalls/devices. - KASAN and KCSAN for FreeBSD would be useful. -- On Linux we have emission of exernal networking/USB traffic into kernel using tun/gadgetfs. Implementing these for FreeBSD could uncover a number of high-profile bugs. +- On Linux we have emission of external networking/USB traffic into kernel using tun/gadgetfs. Implementing these for FreeBSD could uncover a number of high-profile bugs. diff --git a/docs/freebsd/found_bugs.md b/docs/freebsd/found_bugs.md index 44ad7cdfb..7b689c5f1 100644 --- a/docs/freebsd/found_bugs.md +++ b/docs/freebsd/found_bugs.md @@ -32,7 +32,7 @@ Newer bugs come first - [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) +- [Avoid overflow 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) |
