Skip to content

Commit

Permalink
printables -> pin tables; spotted by Mikhail Pchelin
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangray committed Oct 28, 2024
1 parent 2512043 commit a76a374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 76.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h3>What's New</h3>
<li>Made exit1() wait for <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a> 'allprocess' loops to prevent possible kernel crash due to concurrent process exit1().
<li>Prevented potential crash when <a href="https://man.openbsd.org/fuse.4">fuse(4)</a> uses the ufs inode.
<li>Ensure that in all filesystems file names passed back by readdir name validation do not include a '/' character to avoid unexpected path traversal on untrusted file systems.
<li>Fixed kernel crashing due to invalid printables in ELF binaries.
<li>Fixed kernel crashing due to invalid pin tables in ELF binaries.
<li>Increased the default buffer size for AF_UNIX from 8192 to 32768, avoiding a fatal error in <a href="https://man.openbsd.org/sshd.8">sshd(8)</a> that can be triggered when the network stack is pushed hard enough to consume most of the allowed memory.
</ul>

Expand Down

0 comments on commit a76a374

Please sign in to comment.