Opened 9 years ago

Closed 9 years ago

#553 closed defect (fixed)

Trap caused by realloc pszFileName and not repointing pszDisplayName to it

Reported by: Gregg Young Owned by: Gregg Young
Priority: minor Milestone: Release_3.24
Component: fm/2 base Version: 3.23
Keywords: Cc:

Description


Attachments (1)

0B8A_01.TRP (91.8 KB) - added by Gregg Young 9 years ago.

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by Gregg Young

Attachment: 0B8A_01.TRP added

comment:1 Changed 9 years ago by Gregg Young

Owner: set to Gregg Young
Status: newassigned

The free call that trapped is free(pci->pszDisplayName) because it still pointed to the old (pre realloc) pci->pszFileName which had already been freed.

comment:2 Changed 9 years ago by Gregg Young

Resolution: fixed
Status: assignedclosed

cs [1829]

Note: See TracTickets for help on using tickets.