=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.88 retrieving revision 1.89 diff -c -r1.88 -r1.89 *** www/74.html 2023/10/15 04:19:24 1.88 --- www/74.html 2023/10/15 10:45:56 1.89 *************** *** 667,681 **** feature it helps enforcing control flow integrity by making sure malicious code cannot manipulate a function's return address. ! ! Together with retguard these features protect against ROP attacks. ! ! Compiler defaults for base clang, ports clang and ports gcc (as well as some other non-C language family compilers in ports) have been changed to enable these features by default. As a result the vast majority of programs on OpenBSD (and all programs in the base system) ! run with these security features enabled. ! !

Together with retguard these features protect against ROP attacks.

!

Compiler defaults for base clang, ports clang and ports gcc (as well as some other non-C language family compilers in ports) have been changed to enable these features by default. As a result the vast majority of programs on OpenBSD (and all programs in the base system) ! run with these security features enabled.

!


Further security enhancements in this release are: