diff options
author | Anders Svensson <[email protected]> | 2015-03-24 13:20:36 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2015-03-27 07:21:27 +0100 |
commit | f3e95a4d4278fda5a0648943020bdf0026219f7c (patch) | |
tree | 356dd6f2f5373c4f9417bec0d4ff9b598169af9b /lib/ic/priv | |
parent | 545ff7783cebddc2ca5b2af67a6f13b1a01a4d03 (diff) | |
download | otp-f3e95a4d4278fda5a0648943020bdf0026219f7c.tar.gz otp-f3e95a4d4278fda5a0648943020bdf0026219f7c.tar.bz2 otp-f3e95a4d4278fda5a0648943020bdf0026219f7c.zip |
Limit DiameterURI ports to 0-65535 digits on decode
A port number is a 16-bit integer, but the regexp used to parse it in
commit 1590920 slavishly followed the RFC 6733 grammar in matching an
arbitrary number of digits. Make decode fail if it's anything more than
5, to avoid doing erlang:list_to_integer/1 on arbitrarily large lists.
Also make it fail if the resulting integer is outside of the expected
range.
Diffstat (limited to 'lib/ic/priv')
0 files changed, 0 insertions, 0 deletions