bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
91 stars 13 forks source link

Use defers for mutexs #51

Closed mellowdrifter closed 2 years ago

mellowdrifter commented 2 years ago

Use defers for mutexs as uncaught exceptions could cause structures to be permanently locked. Not currently possible to move all instances because of the way it's coded. But we could work on that