diff options
author | Björn Gustavsson <[email protected]> | 2016-01-21 15:04:26 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-01-21 16:19:56 +0100 |
commit | c6dcb32548ee0bb4cf5db7ef01593668358cf8b6 (patch) | |
tree | 7783a65529d2c3bda6649a018beb4da5f3773b86 /lib/snmp/info | |
parent | 931b51693132839c3bc0edc3ed01364135293c1b (diff) | |
download | otp-c6dcb32548ee0bb4cf5db7ef01593668358cf8b6.tar.gz otp-c6dcb32548ee0bb4cf5db7ef01593668358cf8b6.tar.bz2 otp-c6dcb32548ee0bb4cf5db7ef01593668358cf8b6.zip |
PER: Correct compilation of named INTEGERs
When a constrained INTEGER has more than 16536 values and named
values, the compiler would crash when compiling to the PER
format. Example:
Longitude ::= INTEGER {
oneMicrodegreeEast(10),
oneMicrodegreeWest(-10),
unavailable(1800000001)
} (-1799999999..1800000001)
Reported-by: Ingars
Diffstat (limited to 'lib/snmp/info')
0 files changed, 0 insertions, 0 deletions