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
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).
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).