-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The library segfaults when running the example code. The segfault is due to a recursion in the exception handling code where an attempt is made to construct and exception object which in turn throws an exception.
This last exception is thrown because ucontainer incorrectly converts a map key to an integer zero, assumes that this means the type is an array, then consistently returns the zeroth element instead of a value based on what should have been a map key.
Metadata
Metadata
Assignees
Labels
No labels