luke-goddard / enumy

Linux post exploitation privilege escalation enumeration
MIT License
253 stars 33 forks source link

See issue 19. This should fix the issue if uncommented again. #26

Closed johnthesecond closed 4 years ago

johnthesecond commented 4 years ago

see #19

getpwuid should not be used in multit-hreaded programs. getpwuid_r is the direct drop in that is reentrant. Use this instead and that issue should disappear.

This only add that as a comment, but 'un-commenting' should now be safe.

luke-goddard commented 4 years ago

Thanks :)