varlink / libvarlink

C implementation of the Varlink protocol and command line tool
Apache License 2.0
87 stars 15 forks source link

fix: limit the array/object depth to 1000 #38

Closed haraldh closed 3 years ago

haraldh commented 3 years ago

This avoids a stack overflow, due to quasi recursive function calls.