You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
The getuid() function in the original returned allocated storage. This version returns a stack allocated pointer which will surely lead to mayhem. I added a #warning to this function. It needs to be looked at (and possibly other similar issues in this driver).