Page MenuHomeFreeBSD

sound: Do not return an error from chn_notify() if the children list is empty
ClosedPublic

Authored by christos on Dec 19 2024, 11:20 PM.
Tags
None
Referenced Files
F153271397: D48156.id.diff
Mon, Apr 20, 4:24 AM
Unknown Object (File)
Sat, Apr 11, 9:38 PM
Unknown Object (File)
Sat, Apr 11, 8:05 PM
Unknown Object (File)
Thu, Apr 9, 6:02 PM
Unknown Object (File)
Thu, Apr 9, 8:40 AM
Unknown Object (File)
Tue, Apr 7, 9:09 PM
Unknown Object (File)
Sat, Apr 4, 5:45 AM
Unknown Object (File)
Thu, Apr 2, 6:29 AM
Subscribers

Details

Summary

An empty children list does not mean that there is an error.

Reported by: Florian Walpen <dev@submerge.ch>
Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

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

Event Timeline

I can confirm that this fixes the panic experienced with D47917, and I don't see anything else that could be affected by the change in return value. Thank you!

This revision is now accepted and ready to land.Dec 24 2024, 12:38 PM

I can confirm that this fixes the panic experienced with D47917, and I don't see anything else that could be affected by the change in return value. Thank you!

Thank you for proposing this. :-)