mirror of
https://github.com/google/brotli.git
synced 2026-09-24 07:35:48 +00:00
[PR #465] bro: check return values of chown and chmod #1096
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/google/brotli/pull/465
State: closed
Merged: Yes
Apparently some libc versions declare chown with the warn_unused_result attribute, which is enabled by default.
See https://travis-ci.org/quixdb/squash/jobs/172349806 . I don't see the problem with glibc-2.23 (on Fedora 24), but I guess the old version of glibc from Ubuntu 14.04 (where that is run) had it.