Object>>#hashcode
recurses infinitely on objects with cyclic references
#24
Labels
Object>>#hashcode
recurses infinitely on objects with cyclic references
#24
While working with graphs to test various pathfinding algorithms in SOM, I discovered that the current implementation of the
Object>>#hashcode
primitive infinitely recurses, if the object contains a reference cycle anywhere in itself and/or in its locals.Minimal example code:
Running this code results in:
The text was updated successfully, but these errors were encountered: