Evan Huus
changed
bug 10270
Comment # 1
on bug 10270
from Evan Huus
Michael, this looks like a side-effect of mis-conversion to
proto_tree_add_subtree (g6318a29fa367f118994d689e2a6ac2198bc6e582). There are
pretty obvious cases where ti2 (line 5520) gets used uninitialized.
The simple solution is to initialize it to NULL, but I suspect looking at the
conversion there is a better solution - too tired to think about it now though.
You are receiving this mail because:
- You are watching all bug changes.