Fix validation of overly-long IPv6 addresses.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2a8b5d2105fdb7d34b4a5911e6a4f5a39defac3f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-06-16T21:16:44Z
Releases: 9.4.9
Fix validation of overly-long IPv6 addresses.

The inet/cidr types sometimes failed to reject IPv6 inputs with too many
colon-separated fields, instead translating them to '::/0'.  This is the
result of a thinko in the original ISC code that seems to be as yet
unreported elsewhere.  Per bug #14198 from Stefan Kaltenbrunner.

Report: <20160616182222.5798.959@wrigleys.postgresql.org>

Files

PathChange+/−
src/backend/utils/adt/inet_net_pton.c modified +1 −1