zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

Fix invalid valgrind revealed memory errors #18

Open zippy opened 9 years ago

zippy commented 9 years ago

Valgrind reveals that there are some invalid reads in _p_step. Need to figure out why they are happening and remove them.

zippy commented 8 years ago

4881b62079 fixes a bunch of these. It adds checks for non rT sized nodes in _p_step which was causing the problem, i.e. tree nodes should have been rcloned or initialized to sizeof(rT) not sizeof(T)

zippy commented 8 years ago

what's left is some "jump or move depends on uninitialised value" errors in _sT and _m_walk, which are mysterious to me that still need figuring out.