forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita41b14f
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 parent4f5995d commita41b14f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
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)