1. 01 Sep, 2002 10 commits
  2. 31 Aug, 2002 5 commits
  3. 30 Aug, 2002 22 commits
  4. 29 Aug, 2002 3 commits
    • Hiroshi Inoue's avatar
      Fix a bug introduced in 7.2. · 82ccb420
      Hiroshi Inoue authored
      82ccb420
    • Bruce Momjian's avatar
      > > > > If you want to put in security restrictions that are actually useful, · 40f2eec5
      Bruce Momjian authored
      > > > > where is the code to verify that PGPASSWORDFILE points at a
      > > > > non-world-readable file?  That needs to be there now, not later, or
      > > > > we'll have people moaning about backward compatibility when we finally
      > > > > do plug that hole.
      
      Alvaro Herrera
      40f2eec5
    • Bruce Momjian's avatar
      Sir Mordred The Traitor <mordred@s-mail.com> writes: · 9858a3a4
      Bruce Momjian authored
      > Upon invoking a polygon(integer, circle) function a
      > src/backend/utils/adt/geo_ops.c:circle_poly() function will gets
      > called, which suffers from a buffer overflow.
      >
      > 2) A src/backend/adt/utils/geo_ops.c:path_encode() fails to detect a
      > buffer overrun condition. It is called in multiple places, the most
      > interesting are path_out() and poly_out() functions.
      
      > 5) A src/backend/utils/adt/geo_ops.c:path_add() also fails to detect
      > a simple buffer overrun.
      
      I've attached a patch which should fix these problems.
      
      Neil Conway
      9858a3a4