Page MenuHomeFreeBSD

sound: Do not check for NULL before free()
ClosedPublic

Authored by christos on Dec 11 2025, 11:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 17, 11:42 PM
Unknown Object (File)
Fri, Mar 13, 2:26 AM
Unknown Object (File)
Wed, Mar 11, 9:07 AM
Unknown Object (File)
Wed, Mar 11, 5:58 AM
Unknown Object (File)
Feb 21 2026, 11:20 AM
Unknown Object (File)
Feb 20 2026, 1:42 PM
Unknown Object (File)
Feb 16 2026, 10:27 PM
Unknown Object (File)
Feb 16 2026, 10:27 PM
Subscribers

Details

Summary

No functional change intended.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69176
Build 66059: arc lint + arc unit

Event Timeline

sys/dev/sound/pci/envy24.c
629

Presumably you still need to check this condition?

sys/dev/sound/pci/envy24ht.c
710

Same here.

christos marked 2 inline comments as done.

Address Mark's comments.

This revision is now accepted and ready to land.Dec 11 2025, 2:17 PM
This revision was automatically updated to reflect the committed changes.