libzt
libzt copied to clipboard
Lock calls to netif->input() in VirtualTap
It appears these function calls need to be locked. At the very least, I frequently encounter errors that crash DevilutionX when these locks are not present.
Further testing reveals this change will cause deadlocks on Linux.