From f97a6192b89a5a22e5a8e6c95e247efb286693e2 Mon Sep 17 00:00:00 2001 From: vlm Date: Fri, 10 Sep 2004 15:48:41 +0000 Subject: added a warning about 16MB limit git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@306 59561ff5-6e30-0410-9f3c-9617f08c8826 --- BUGS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUGS b/BUGS index 3e8145c0..d35cff72 100644 --- a/BUGS +++ b/BUGS @@ -28,4 +28,9 @@ is still possible, for example, to encode a wrapper structure using definite length, and encode its substructure member using indefinite length. The BER decoder is perfectly capable of decoding such sequences. +6. Encoding or decoding of structures with combined length greater than 16MB +is not tested. There are some size determination bugs lurking in the produced +code, which may cause integer overflow in certain edge cases. This restriction +should not cause a problem in the real world, as higher level protocol typically +have similar or tighter restrictions on the supported PDU size. -- cgit v1.2.3