Page MenuHomeFreeBSD

radlib: fix a memory leak
ClosedPublic

Authored by ngie on Jun 4 2024, 8:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 4, 8:26 PM
Unknown Object (File)
Wed, Mar 4, 1:34 PM
Unknown Object (File)
Sat, Feb 28, 2:42 PM
Unknown Object (File)
Sat, Feb 28, 3:18 AM
Unknown Object (File)
Fri, Feb 13, 8:57 AM
Unknown Object (File)
Feb 1 2026, 7:29 AM
Unknown Object (File)
Jan 29 2026, 3:54 PM
Unknown Object (File)
Jan 26 2026, 5:06 AM
Subscribers

Details

Summary

Call HMAC_CTX_free if returning early from is_valid_request when
processing Message-Authenticator tags.

Reported by: Coverity

Diff Detail

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

Event Timeline

ngie requested review of this revision.Jun 4 2024, 8:03 PM
ngie added a reviewer: emaste.
erj added a subscriber: erj.

It looks like it matches the cleanup that happens in the other return paths to me

This revision is now accepted and ready to land.Jun 4 2024, 8:07 PM
markj added a subscriber: markj.

Please add Fixes: 8d5c7813061d ("libradius: Fix input validation bugs") to the commit log message.

Please add Fixes: 8d5c7813061d ("libradius: Fix input validation bugs") to the commit log message.

Done!

This revision was automatically updated to reflect the committed changes.