Stop scheduling an I/O event by the timer when the imsg_buf has the data
authoryasuoka <yasuoka@openbsd.org>
Mon, 1 Jul 2024 23:53:30 +0000 (23:53 +0000)
committeryasuoka <yasuoka@openbsd.org>
Mon, 1 Jul 2024 23:53:30 +0000 (23:53 +0000)
commit4a4dce94acbf203aec1c6f5ebc1d97ef1f1ad2d4
treee170b90caa2caf59c0ecd579c4393bc031e023e8
parentb21c4c927df760810943d63b35c0488ce22f755a
Stop scheduling an I/O event by the timer when the imsg_buf has the data
larger than the imsg header. It prevented the receiver from receiving the
following parts of the message.
usr.sbin/radiusd/radiusd.c