IRATI / stack

RINA implementation for OS/Linux
http://irati.github.io/stack
72 stars 40 forks source link

Missing spin_unlock before return. #1361

Closed fdgonthier closed 3 years ago

fdgonthier commented 3 years ago

This statement was obviously missing and I think this is what caused the last lock ups that I've seen. Before going trigger-happy about closing the associated bug, though, I think I'll use the module for a bit longer.

edugrasa commented 3 years ago

@fdgonthier thanks for the fix! I should have seen this before merging the previous pull request, I reviewed the code too quickly. Sorry for that!