forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit519445b
committed
Fix validation of overly-long IPv6 addresses.
The inet/cidr types sometimes failed to reject IPv6 inputs with too manycolon-separated fields, instead translating them to '::/0'. This is theresult of a thinko in the original ISC code that seems to be as yetunreported elsewhere. Per bug #14198 from Stefan Kaltenbrunner.Report: <20160616182222.5798.959@wrigleys.postgresql.org>1 parent29987b2 commit519445b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| |||
0 commit comments
Comments
(0)