CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/04 09:52:26
Modified files:
usr.sbin/ldapd : evbuffer_tls.c
usr.sbin/syslogd: evbuffer_tls.c
Log message:
It does not make sense to use ioctl(FIONREAD) with TLS as libtls
has already read the buffer from kernel to user land. I have blindly
copied this code from libevent for syslogd(8) TLS, remove it together
with the bug. It caused hangs in ldapd(8).
report, analysis, testing, OK Seiya Kawashima, Robert Klein, gsoares@
