Skip to content

Commit

Permalink
Add support for reading symlinks longer than PATH_MAX to readlink
Browse files Browse the repository at this point in the history
… and `readlinkat`
  • Loading branch information
SolraBizna committed May 3, 2020
1 parent 1583da1 commit ba2685b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
when a group or user lookup required a buffer larger than
16KB. (#[1198](https://github.com/nix-rust/nix/pull/1198))
- Fixed unaligned casting of `cmsg_data` to `af_alg_iv` (#[1206](https://github.com/nix-rust/nix/pull/1206))
- Fixed `readlink`/`readlinkat` when reading symlinks longer than `PATH_MAX` (#[1231](https://github.com/nix-rust/nix/pull/1231))

### Removed

Expand Down

0 comments on commit ba2685b

Please sign in to comment.