summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-12-17 00:49:06 +0900
committerHomu <homu@barosl.com>2016-12-17 00:49:06 +0900
commit5e932dcc35a3bb790155b1f438c5dd418ef01f77 (patch)
tree4dfa8ef2949b3020b98006789a6ede188a56046e /CHANGELOG.md
parent618737f8d27eec3305a9658c7ca60eb65a6bef2e (diff)
parent7b98f0d2c3929b3d961480d9316e9073e9bcc218 (diff)
downloadnix-5e932dcc35a3bb790155b1f438c5dd418ef01f77.zip
Auto merge of #490 - kevindejong:master, r=fiveop
Ensure child stack passed to clone is 16 byte aligned. The current implementation assumes that the array passed by the caller is word aligned (which I don't think Rust guarantees for [u8]) and a multiple of the word size.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff38cae8..23519334 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -66,6 +66,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#397](https://github.com/nix-rust/nix/pull/397))
- Fixed an off-by-one bug in `UnixAddr::new_abstract` in `::nix::sys::socket`.
([#429](https://github.com/nix-rust/nix/pull/429))
+- Fixed clone passing a potentially unaligned stack.
+ ([#490](https://github.com/nix-rust/nix/pull/490))
## [0.7.0] 2016-09-09