eo: Fix bad addressing in _eo_classes array
authorAvi Levin <avi.levin@samsung.com>
Thu, 8 Jan 2015 12:40:56 +0000 (14:40 +0200)
committerTom Hacohen <tom@stosb.com>
Thu, 8 Jan 2015 14:29:07 +0000 (14:29 +0000)
commitb384cd3f62bdb8bc3d81a52abcd8f5cfae62bce1
treeb8bba5119f43cec79bb9cc8bd1511d7c07a43107
parent10582235c5a04da76d82026084ea55399a56977a
eo: Fix bad addressing in _eo_classes array

The header.id was masked before using it as index in the _eo_classes
array and was not unmasked when used.
It hasn't caused segfault (by sheer luck) but was wrong.

@fix
src/lib/eo/eo.c