Sunday, October 27, 2024

[patch] typo in 76.html

probably this refers to pintables from
https://ftp.openbsd.org/pub/OpenBSD/patches/7.5/common/010_elf.patch.sig


diff --git a/76.html b/76.html
index 342348c..9ade133 100644
--- a/76.html
+++ b/76.html
@@ -163,7 +163,7 @@ at some point in time, reaching OpenBSD of Theseus.
<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 pintables 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>

No comments:

Post a Comment