diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2023-11-10 12:43:20 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2023-11-10 12:43:20 +0200 |
commit | 165d5ab56fc4eeb8cea1e98206ec5f6064c6246e (patch) | |
tree | fa67591ea29e4d93ab145f5a653df638f98e4899 /ChangeLog | |
parent | 3f57fa69448ad68f31cf62cf75b5a9b2e5096c05 (diff) | |
download | bindfs-165d5ab56fc4eeb8cea1e98206ec5f6064c6246e.tar.gz |
Avoid undefined behaviour if uid_t/gid_t is signed.
This drops support for CentOS 7 because its GCC is too old
to support `__builtin_add_overflow`, and its EOL'ing in about
half a year anyway.
Fixes #143
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2023-11-10 Martin Pärtel <martin dot partel at gmail dot com> + + * Fixed undefined behaviour on platforms where `uid_t` or `gid_t` + is signed (issue #143, thanks @hartwork!) + 2023-11-09 Martin Pärtel <martin dot partel at gmail dot com> * Support negative --{uid,gid}-offset (issue #142) |