The previous limit of 127 was causing error messages to get truncated when long identifiers are in use. This will increase the stack usage of any code that is allocating a `upb_Status` on the stack. If we want to support smaller stacks in the future, we could change `upb_Status` to store its capacity inline, so different users can allocate error buffers with different capacity. Fixes: https://github.com/protocolbuffers/protobuf/issues/14376 PiperOrigin-RevId: 603136385pull/15649/head
parent
47e92cd689
commit
32a6f7a18c
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue