Skip to content

console,util: fix missing recursion end while inspecting prototypes

Rodrigo Muino Tomonari requested to merge github/fork/BridgeAR/fix-29646 into master

This makes sure prototypes won't be inspected infinitely for some obscure object creations. The depth is now taken into account and the recursion ends when the depth limit is reached.

Fixes: #29646 (closed)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading