Page MenuHomeFreeBSD

mixer: Fix a bogus free() call in the main loop
ClosedPublic

Authored by markj on Oct 23 2024, 4:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 28, 9:50 AM
Unknown Object (File)
Sat, Feb 28, 6:02 AM
Unknown Object (File)
Sat, Feb 28, 6:02 AM
Unknown Object (File)
Fri, Feb 20, 8:27 PM
Unknown Object (File)
Wed, Feb 11, 8:47 AM
Unknown Object (File)
Wed, Feb 11, 5:54 AM
Unknown Object (File)
Tue, Feb 10, 3:15 PM
Unknown Object (File)
Sun, Feb 8, 8:36 AM
Subscribers

Details

Summary

After a strsep() call, p might not point at the original allocation
anymore.

Reported by: CHERI

Diff Detail

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