Page MenuHomeFreeBSD

libkiconv: address memory leak in a not-found case
ClosedPublic

Authored by emaste on Apr 21 2021, 5:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 12 2024, 3:29 AM
Unknown Object (File)
Nov 12 2024, 3:23 AM
Unknown Object (File)
Nov 12 2024, 2:54 AM
Unknown Object (File)
Oct 20 2024, 3:07 PM
Unknown Object (File)
Oct 18 2024, 4:39 PM
Unknown Object (File)
Sep 24 2024, 3:50 AM
Unknown Object (File)
Sep 24 2024, 3:50 AM
Unknown Object (File)
Sep 24 2024, 1:28 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
scottl requested changes to this revision.Apr 21 2021, 5:59 PM
scottl added a subscriber: scottl.
scottl added inline comments.
lib/libkiconv/kiconv_sysctl.c
90

Do you mean free(csi) here?

This revision now requires changes to proceed.Apr 21 2021, 5:59 PM
jhb added a subscriber: jhb.

RAII would be nice.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 22 2021, 11:34 PM
This revision was automatically updated to reflect the committed changes.