SIGN IN SIGN UP

Protocol Buffers - Google's data interchange format

0 0 17 C++

Fasttable: Fix recursion depth check.

The fast path parser had an off-by-one error in its recursion depth limit
check (--d->depth == 0 instead of < 0), causing it to fail on messages
at the maximum supported depth.

PiperOrigin-RevId: 917837775
P
Protobuf Team Bot committed
d1e231d4b4db84b92e54664dad64612e0a2224aa
Parent: 27d822c
Committed by Copybara-Service <copybara-worker@google.com> on 5/19/2026, 3:09:23 PM