rogchap / wombat

Cross platform gRPC client
MIT License
1.4k stars 52 forks source link

Add cyclic detector to avoid stack overflow from recursive parsing of the proto #35

Closed rogchap closed 3 years ago

rogchap commented 3 years ago

fixes #34

rogchap commented 3 years ago

~This is currently to simplistic, as it only checks if it's seen a previous message type or not, which is not enough to make it cyclic. Need to improve this algorithm!~

Fixed