attic icon indicating copy to clipboard operation
attic copied to clipboard

acl_use_local_uid_gid has suspicious code

Open ThomasWaldmann opened this issue 10 years ago • 0 comments

See there:

https://github.com/jborg/attic/blob/0.16/attic/platform_linux.pyx#L41

Note that it does not use the fields[1] value it has just computed. Also, if it did, it would fall over it being an int sometimes.

ThomasWaldmann avatar Oct 18 '15 22:10 ThomasWaldmann