From 485cd66288e2ec34ac216a6dbf9f46e9d80ca39b Mon Sep 17 00:00:00 2001 From: vlm Date: Thu, 21 Oct 2004 12:23:16 +0000 Subject: [PATCH] XER handling bug git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@527 59561ff5-6e30-0410-9f3c-9617f08c8826 --- BUGS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUGS b/BUGS index b921955a..2d96f757 100644 --- a/BUGS +++ b/BUGS @@ -29,3 +29,6 @@ decoder is perfectly capable of decoding such sequences. 5. Encoding or decoding of structures with combined length greater than 16MB is not tested. +6. XER decoding does not support integer (INTEGER, ENUMERATED) values +outside the signed long range. +