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
Rate-limit error logging for buffer overflow in input preprocessing.
Changes `LOG(ERROR)` to `LOG_EVERY_N(ERROR, 100)` to reduce log spam when the static buffer size is insufficient, as this condition can occur frequently.
PiperOrigin-RevId: 817380757
0 commit comments