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

Diff for /www/innovations.html between version 1.111 and 1.112

version 1.111, 2023/03/15 16:49:49 version 1.112, 2023/07/13 14:02:00
Line 243 
Line 243 
     <li>ld.so and crt0 register the location of the execve(2) stub with      <li>ld.so and crt0 register the location of the execve(2) stub with
         the kernel using pinsyscall(2), after which the kernel only accepts          the kernel using pinsyscall(2), after which the kernel only accepts
         an execve call from that specific location. Theo de Raadt, Feb 2023.          an execve call from that specific location. Theo de Raadt, Feb 2023.
       <li>Mandatory enforcement of indirect branch targets (BTI on arm64,
           IBT on Intel amd64), unless a linker flag (-Wl,-z,nobtcfi) requests
           no enforcement.
 </ul>  </ul>
   
 <h3>Functions</h3>  <h3>Functions</h3>

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112