[BACK]Return to 74.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/74.html between version 1.23 and 1.24

version 1.23, 2023/10/11 16:19:33 version 1.24, 2023/10/11 18:07:04
Line 126 
Line 126 
       <a href="https://man.openbsd.org/mbrtoc32.3">mbrtoc32(3)</a>,        <a href="https://man.openbsd.org/mbrtoc32.3">mbrtoc32(3)</a>,
       <a href="https://man.openbsd.org/c16rtomb.3">c16rtomb(3)</a>, and        <a href="https://man.openbsd.org/c16rtomb.3">c16rtomb(3)</a>, and
       <a href="https://man.openbsd.org/mbrtoc16.3">mbrtoc16(3)</a>.        <a href="https://man.openbsd.org/mbrtoc16.3">mbrtoc16(3)</a>.
     <li><a href="https://man.openbsd.org/malloc.3">malloc(3)</a> gains built-in leak detection.
   <li>Update zoneinfo to tzdata2023c.    <li>Update zoneinfo to tzdata2023c.
   </ul>    </ul>
   
Line 254 
Line 255 
 <li>Security improvements:  <li>Security improvements:
   <ul>    <ul>
   <li>Change <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>    <li>Change <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>
       chunk sizes to be fine grained. [needs better explanation]        chunk sizes to be fine grained: chunk sizes are closer to the
         requested allocation size.
   <li>In <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>,    <li>In <a href="https://man.openbsd.org/malloc.3">malloc(3)</a>,
       check all chunks in the delayed free list for write-after-free.        check all chunks in the delayed free list for write-after-free.
   </ul>    </ul>

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24