netsec-ethz / scion-apps

Public repository for SCION applications
Apache License 2.0
20 stars 43 forks source link

pkg/pan: do not recursively lock #254

Open oncilla opened 4 months ago

oncilla commented 4 months ago

Recursive read locks are explicitly forbidden in Go and can lead to dead locks.


This change is Reviewable