aper: Fix decode of big unsigned integers on 32bit platforms
On i686 the long is 4 bytes and when converted to uint64_t some big unsigned values get converted to very big negative values See https://github.com/vlm/asn1c/issues/185#issuecomment-372546490
Showing
Please register or sign in to comment