andrew-cc-chen
released this
04 Dec 20:04
·
1 commit
to 5.1-lkgr.zos
since this release
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]>