What was the fix for bug 259856:, you say you fixed the assertion

Asked by ChrisLingard

cuneiform. Assertion failure, fararray.h, line 192.

https://bugs.launchpad.net/cuneiform-linux/+bug/259856

cannot find the fix or patch

Question information

Language:
English Edit question
Status:
Solved
For:
Cuneiform for Linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
yaleks (yaleks) said :
#1
Revision history for this message
Jussi Pakkanen (jpakkane) said :
#2

The container checked that you did not access it past its end. But when the container was null, size was set to -1. Initializer called clear_elements with value 0. 0 is larger than -1 which triggered the assertion.