Pascal Quantin
changed
bug 10651
Comment # 4
on bug 10651
from Pascal Quantin
The root cause of the crash is an assert in tvb_get_ptr() when we try to put a
0 bytes long value for a text hf that is at the end of the TVB.
I initially thought about checking that we are not at the end of the TVB before
calling get_field_data() but in fact it makes more sense not to add at all the
value parameter, like what we already do for non text fields.
You are receiving this mail because:
- You are watching all bug changes.