Skip to content

v6.15.1.0 for z/OS

Latest
Compare
Choose a tag to compare
@andrew-cc-chen andrew-cc-chen released this 04 Dec 20:04
· 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 <joransiu@ca.ibm.com>