aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-10 15:48:41 +0000
committerLev Walkin <vlm@lionet.info>2004-09-10 15:48:41 +0000
commitfa30126db68138de5e8e62af8b8d04e30f1cf2b8 (patch)
tree6d6f51d20c77c094a39ab1845ff6a604553366b9
parentad531d5045ec98150272473a57587b8d280f15ce (diff)
added a warning about 16MB limit
-rw-r--r--BUGS5
1 files changed, 5 insertions, 0 deletions
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.