=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/61.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- www/61.html 2017/03/11 03:43:55 1.29 +++ www/61.html 2017/03/11 04:35:08 1.30 @@ -265,6 +265,15 @@ recallocarray(3) to reduce the risk of incorrect clearing of memory before and after reallocarray(3). +
  • SHA512_256 family + of functions added to libc. +
  • arm added to the list of arch where the + setjmp(3) + family of functions apply XOR cookies to stack and return-address + values in the jmpbuf on arm as well. +
  • printf(3) family + of formatting functions now report to syslog when the %s + format is used with a NULL pointer.
  • ...