diff options
Diffstat (limited to 'libgmem.spec')
-rw-r--r-- | libgmem.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libgmem.spec b/libgmem.spec index ea4c38a..ee6cc16 100644 --- a/libgmem.spec +++ b/libgmem.spec @@ -1,12 +1,13 @@ Name: libgmem Version: 0.1 -Release: 2 +Release: 3 Summary: Library of Generalized Memory Management License: MulanPSL-2.0 URL: https://gitee.com/openeuler/libgmem Source0: https://gitee.com/openeuler/libgmem/repository/archive/%{name}-v%{version}.tar.gz PATCH0001: use-ioctl-instead-of-syscall.patch +PATCH0002: fix-three-issue-I7YV2X-I7XQMW-I7Z2RF.patch BuildRequires: autoconf automake libtool BuildRequires: gcc glibc-devel make @@ -45,6 +46,11 @@ sh ./autogen.sh %{_includedir}/libgmem.h %changelog +* Wed Sep 06 2023 Yang Yanchao <yangyanchao6@huawei.com> - 0.1-3 +- Check the return ptr of the malloc[#I7YV2X] + add hnid in gmemPrefetch [#I7XQMW] + free userData in stream to avoid async operations accessing illeagal address[#I7Z2RF] + * Tue Aug 29 2023 Yang Yanchao <yangyanchao6@huawei.com> - 0.1-2 - use ioctl instead of syscall |