You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synserver accept assertion to log event details before aborting (#12903)
* Replace bare TSAssert in synserver_vc_accept and synserver_vc_refuse
with ink_abort that logs the unexpected event number and, if the data
looks like a negated errno, the strerror string. Gives CI output useful
for debugging the accept() failure seen on Rocky build #8376.
* Validate data in intptr_t space (negative and >= -4095) before treating
it as a negated errno to avoid truncating a pointer to int.
0 commit comments