Opened 16 years ago

Closed 16 years ago

#2303 closed defect (fixed)

Write outside of allocated buffer in OGR PG driver

Reported by: Even Rouault Owned by: Even 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 (1)

comment:1 by Even Rouault, 16 years ago

Cc: warmerdam added
Resolution: fixed
Status: newclosed

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.