Skip to content

v6.16.0.0 for z/OS

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrew-cc-chen andrew-cc-chen released this 10 Jan 21:56
· 1 commit to 5.1-lkgr.zos since this release
9ba7834
Ensure reservation_ is initialized correctly

Fix an issue introduced in commit 12d693dee30874be1883f90bff8ba88bca03fc6f
where reservation_ field may not be initalized with the result of a successful
anon_mmap() call.  In the deconstructor, the memory is released based on
reservation_ value.

Signed-off-by: Joran Siu <[email protected]>