backpatch minor security fixes to 7.2

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: backpatch minor security fixes to 7.2
Date: 2003-01-16 18:04:22
Message-ID: 1042740262.20127.60.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch fixes the integer overflows in circle_poly(), path_encode(),
and path_add() in geo_ops.c in the REL7_2_STABLE branch. The patch I
originally wrote to fix the holes was only applied to 7.3; while I don't
think it's worth putting out a 7.2.4 with these fixes, I think it would
be helpful to have the fixes in the 7.2 branch in CVS.

Bruce: please apply this to REL7_2_STABLE *only*, as HEAD and
REL7_3_STABLE have already been fixed.

Cheers,

Neil
--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

Attachment Content-Type Size
7.2-sec-fix-1.patch text/x-patch 2.8 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2003-01-16 18:28:12 Re: replace oidrand() with random_sample()
Previous Message Tom Lane 2003-01-16 17:18:58 Re: fix for PL/PgSQL segfault