In bpf_getdltlist(), do not call copyout(9) while holding bpf lock.
Copy the data into temprorary malloced buffer and drop the lock for
copyout.
Reported, reviewed and tested by: cem
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
In bpf_getdltlist(), do not call copyout(9) while holding bpf lock. Tags None Referenced Files None Subscribers None
Description
Details
|