Broken CIDR: no fix in 7.4.6?

From: "Alexander M(dot) Pravking" <fduch(at)antar(dot)bryansk(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Broken CIDR: no fix in 7.4.6?
Date: 2004-11-12 16:24:50
Message-ID: 20041112162450.GD12640@dyatel.antar.bryansk.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


As been said, in 7.4.5 CIDR data type has been accepted values with
non-zero bits to the right of >24-bit mask:

http://archives.postgresql.org/pgsql-bugs/2004-10/msg00081.php

In CVS head src/backend/utils/adt/network.c (1.54) has a fix by Bruce,
but 7.4.6 still has 1.47.2.1 with no fix.

I wonder if I can safely use diff -r1.53 -r1.54 .../network.c to patch
7.4.6 sources...

--
Fduch M. Pravking

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2004-11-12 16:37:24 Re: Broken CIDR: no fix in 7.4.6?
Previous Message Tom Lane 2004-11-12 15:04:57 Re: "strange" rule behavior with nextval on new.* fields