Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bus/driver: dup fds for queued messages
Duplicate all FDs attached to a message when queuing it for sending. Messages can be queued for arbitrary times, so we cannot rely on borrowed FDs to be available for long enough. Reported-by: Camron Carter <[email protected]> Signed-off-by: David Rheinsberg <[email protected]>
- Loading branch information