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
However, that dovecot code calls fstat() instead of fstatat(), and when running a modified version of your reproducer to call fstat, those calls are getting intercepted by libfaketime, so I don't get what's going on here yet.
It looks like libfaketime does not intercept
fstatat()
.This can be reproduced with the following example:
Apparently the code is referring to
__fxstatat*()
but it looks like glibc is using plainfstatat
andfstatat64
since 2.33:The text was updated successfully, but these errors were encountered: