Skip to content

RAW enum decoder bug (issue #574)

Gábor Szalai requested to merge bug_574 into master

The RAW decoder of the enumerated failed to handle correctly large values.

The TITAN limits the enumerated value to MAX_INT. The decode value must be fit into int and should be native INTEGER value.

Signed-off-by: Gabor Szalai gabor.szalai@ericsson.com

Merge request reports