On Sun, Oct 27, 2024 at 07:37:43PM +0300, Mikhail Pchelin wrote: > 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>
thanks, would be more readable with a space Index: 76.html =================================================================== RCS file: /cvs/www/76.html,v diff -u -p -r1.73 76.html --- 76.html 8 Oct 2024 13:11:50 -0000 1.73 +++ 76.html 27 Oct 2024 21:49:12 -0000 @@ -163,7 +163,7 @@ at some point in time, reaching OpenBSD <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>