Ticket #2303 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Write outside of allocated buffer in OGR PG driver

Reported by: rouault Assigned to: rouault
Priority: normal Milestone: 1.4.5
Component: OGR_SF Version: 1.4.4
Severity: normal Keywords: postgresql
Cc: warmerdam

Description

When running Valgrind on ogr_pg.py, I've found 2 memory leaks and a write of 1 byte outside an allocated buffer.

Change History

03/30/08 12:14:29 changed by rouault

  • status changed from new to closed.
  • cc set to warmerdam.
  • resolution set to fixed.

Fixed in trunk in r14131 and in branches/1.5 in r14132. Only the write outside of the buffer has been fixed in branches/1.4 in r14133 (the patch from trunk didn't apply cleanly)