Bug#1003771: Not (properly?) wrapping the stat call

2022-01-15 Thread Shachar Shemesh
Are you sure this is a problem? Fakeroot cannot wrap the open syscall. As a result, it has no way of knowing whether a file was created before or after fakeroot was run. To compensate for that, it treats all unknown files as owned by root.

Bug#1003771: Not (properly?) wrapping the stat call

2022-01-15 Thread Christoph Biedl
Package: fakeroot-ng Version: 0.18-4.1 Severity: normal Dear maintainer, while working on #1001961 in fakeroot, I noticed the stat() call is not properly wrapped by fakeoot-ng, and appearently never did - I checked back to Debian 8 ("jessie"). Reproducer: Build the program below and run under