Jens-G opened a new pull request, #3553:
URL: https://github.com/apache/thrift/pull/3553

   ## Summary
   
   - Adds `incrementRecursionDepth` / `decrementRecursionDepth` methods to 
`Thrift::Protocol`
   - Limit is `DEFAULT_RECURSION_DEPTH` (64); throws 
`Thrift::TProtocolException` on excess
   - Perl generator wraps struct `read` / `write` with `eval/die`-safe guard to 
restore counter
   
   ## Test plan
   
   - [ ] `lib/perl/t/recursion_depth.t` — 5 TAP tests covering 
allow/reject/restore
   
   🤖 Generated with [Claude Code](https://claude.ai/claude-code)
   
   Co-Authored-By: Claude Sonnet 4.6 <[email protected]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to