Opened 9 years ago

Last modified 9 years ago

#547 new defect

2 realloc calls in fortify.c are not freed on failure

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

Description

st_pScopes = realloc((void*)st_pScopes, sizeof(*st_pScopes) * c); st_pOwners = realloc((void*)st_pOwners, sizeof(*st_pOwners) * c);

Change History (2)

comment:1 Changed 9 years ago by Gregg Young

Milestone: Release_3.23Release_3.24

Ticket retargeted after milestone closed

comment:2 Changed 9 years ago by Steven Levine

Milestone: Release_3.24Release_3.25
Note: See TracTickets for help on using tickets.