You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crash is caused in combination with the rapidjson dependency when handling large but valid and accepted requests.
So sending such "malformed" JSON entities to the context.Orion_LD (compiled with an Address Sanitizer) V2 API can again result in a different recursion error problem.
The failing function is jsonParseV2/parseContextAttributeCompoundValue.cpp:277:
I have been unable to reproduce this problem. Moreover, PR #3615 adds test cases covering the cases in the issue (although I haven't got so far explicit confirmation, I could have made some mistake imitating the same cases).
I'm closing the issue given that, under my perspective, there is nothing else we can do. Of course, if we receive more feedback from @0xricksanchez and new actions have to be taken, the issue could be reopened.
Check my reasoning in #3603
This crash is caused in combination with the
rapidjson
dependency when handling large but valid and accepted requests.So sending such "malformed" JSON entities to the context.Orion_LD (compiled with an Address Sanitizer) V2 API can again result in a different recursion error problem.
The failing function is
jsonParseV2/parseContextAttributeCompoundValue.cpp:277
:Crash back trace:
Recorded responsible test case
Too long to directly attach it in the issue.
Please check the test case here
The text was updated successfully, but these errors were encountered: