Ticket #2303 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Write outside of allocated buffer in OGR PG driver

Reported by: rouault Owned by: 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

Changed 4 years ago by rouault

  • cc warmerdam added
  • status changed from new to closed
  • 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)

Note: See TracTickets for help on using tickets.