Skip to content
Snippets Groups Projects
  1. Jan 05, 1998
  2. Dec 29, 1997
  3. Nov 24, 1997
  4. Nov 01, 1997
  5. Sep 18, 1997
  6. Sep 08, 1997
  7. Sep 07, 1997
  8. Aug 19, 1997
  9. Aug 12, 1997
  10. Aug 03, 1997
  11. Jul 24, 1997
  12. Jul 10, 1997
  13. Nov 20, 1996
    • Bruce Momjian's avatar
      There is a bug in aclinsert3 in the code which update the acl arrays. · c4d6bda2
      Bruce Momjian authored
      When an acl item is added or updated the new entry is deleted if it has no
      permissions and the acl array is shrinked. This is is done by decrementing
      the number of items without updating the corresponding array size.
      The array with the incorrect size is later read by pg_aclcheck and the entry
      count is used to allocate a new array while the array size is used to copy
      the old one. This causes a memory corruption and a backend crash.
      This happens only to normal user as the administrator bypasses acl checks.
      Massimo Dal Zotto
      c4d6bda2
  14. Nov 17, 1996
  15. Nov 10, 1996
  16. Nov 06, 1996
  17. Nov 03, 1996
  18. Aug 27, 1996
  19. Jul 09, 1996
Loading