Closed Bug 559338 Opened 15 years ago Closed 15 years ago

auto_dirac leaks info when dirac_parse_info fails

Categories

(Core :: Audio/Video, defect)

defect
Not set
trivial

Tracking

()

VERIFIED FIXED

People

(Reporter: timeless, Assigned: timeless)

References

(Blocks 1 open bug, )

Details

(Keywords: coverity, memory-leak)

Attachments

(1 file)

366 auto_dirac (OGGZ * oggz, long serialno, unsigned char * data, long length, void * user_data) 371 info = oggz_malloc(sizeof(dirac_info)); 374 if (dirac_parse_info(info, data, length) == -1) 375 return -1;
Attached patch patchSplinter Review
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #438991 - Flags: review?(kinetik)
We don't use liboggz on trunk any more (bug 556455 will delete it shortly), but it might be worth fixing this on the branches.
thanks, applied in upstream liboggz commit 5ed43da65aef47fbde54e27e79bcd681dbf89193
We've removed liboggz on trunk, please reopen if you care about fixing this on branch.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Attachment #438991 - Flags: review?(kinetik) → review+
as this is only a potential leak, i'm quite happy with it just being fixed upstream, thanks. (i've marked r+ since someone took it upstream which means someone must have liked it)
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: