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)
Change History (3)
by , 9 years ago
Attachment: | 0B8A_01.TRP added |
---|
comment:1 by , 9 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
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.