CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/24 17:16:40
Modified files:
lib/libc/sys : stack_protector.c
Log message:
Rather than using syslog(3) (which pulls in snprintf), creating the report
string using simpler strings functions and use sendsyslog2() directly.
Also, use the LOG_CONS flag so that single-user reports are more clear.
Use a buffer size of 1024 (from bluhm)
discussed with guenther and matthew
ok millert
