Opened 11 years ago
Last modified 17 months 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.26 |
| 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 (3)
comment:1 by , 10 years ago
| Milestone: | Release_3.23 → Release_3.24 |
|---|
comment:2 by , 10 years ago
| Milestone: | Release_3.24 → Release_3.25 |
|---|
comment:3 by , 17 months ago
| Milestone: | Release_3.25 → Release_3.26 |
|---|
Ticket retargeted after milestone closed
Note:
See TracTickets
for help on using tickets.

Ticket retargeted after milestone closed