=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/64.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- www/64.html 2018/10/15 14:43:59 1.63 +++ www/64.html 2018/10/15 14:49:08 1.64 @@ -226,6 +226,10 @@
  • Audio recording is now disabled by default and can be enabled with the new kern.audio.record sysctl(2) variable. +
  • getpwnam(3) and + getpwuid(3) no + longer return a pointer to static storage but a managed allocation + which gets unmapped. This allows detection of access to stale entries.
  • sshd includes improved defence against user enumeration attacks.