Actions
Bug #5536
openBPF: destroying held mutex in bpfclose()
Start date:
2015-01-13
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Line 554 in file /illumos-gate/usr/src/uts/common/io/bpf/bpf.c:
554 mutex_enter(&d->bd_lock);
555 mutex_destroy(&d->bd_lock);
556 cv_destroy(&d->bd_wait);
557
558 bpf_freed(d);
559 kmem_free(d, sizeof (*d));
No data to display
Actions