diff options
author | Anders Svensson <[email protected]> | 2015-03-26 12:52:04 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2015-03-27 07:21:27 +0100 |
commit | 7edb0dd681b09df8865855eda1150e4a92b54a0a (patch) | |
tree | f5d7d062568fa6c94fcf9d33230b7e38acd1e7ee /lib/diameter/doc/src | |
parent | f3e95a4d4278fda5a0648943020bdf0026219f7c (diff) | |
download | otp-7edb0dd681b09df8865855eda1150e4a92b54a0a.tar.gz otp-7edb0dd681b09df8865855eda1150e4a92b54a0a.tar.bz2 otp-7edb0dd681b09df8865855eda1150e4a92b54a0a.zip |
Limit FQDN in DiameterURI to 255 octets
As for the port number in the parent commit, a FQDN can't be arbitrarily
long, at most 255 octets. Make decode fail if it's more.
Diffstat (limited to 'lib/diameter/doc/src')
-rw-r--r-- | lib/diameter/doc/src/diameter_dict.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter_dict.xml b/lib/diameter/doc/src/diameter_dict.xml index 9db9bcffde..5cf1b174a0 100644 --- a/lib/diameter/doc/src/diameter_dict.xml +++ b/lib/diameter/doc/src/diameter_dict.xml @@ -529,7 +529,7 @@ answer record and passed to a &app_handle_request; callback upon reception of an incoming request.</p> <p> -In cases in which there is a choice between list() and binary() types +In cases in which there is a choice between string() and binary() types for OctetString() and derived types, the representation is determined by the value of &mod_string_decode;.</p> |