=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/73.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- www/73.html 2023/04/07 06:58:29 1.46 +++ www/73.html 2023/04/07 08:46:03 1.47 @@ -759,6 +759,9 @@ "openbsd.mutable" section, or manually bring immutability to (page aligned heap objects) using mimmutable(2). + The main internal data of malloc(3) + is marked immutable.
  • Some architectures now have non-readable code ("xonly"), both from the perspective of userland reading its own memory, or the kernel trying to read memory in a system call. Many sloppy practices in