Projects
openEuler:24.03:SP1:Everything:64G
shadow
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
_service:tar_scm:shadow.spec
Changed
@@ -1,6 +1,6 @@ Name: shadow Version: 4.14.3 -Release: 1 +Release: 2 Epoch: 2 License: BSD and GPLv2+ Summary: Tools for managing accounts and shadow password files @@ -19,6 +19,7 @@ Patch0: usermod-unlock.patch Patch1: shadow-add-sm3-crypt-support.patch Patch2: shadow-Remove-encrypted-passwd-for-useradd-gr.patch +Patch3: shadow-libsubid-Dealocate-memory-on-exit.patch BuildRequires: gcc, libselinux-devel, audit-libs-devel, libsemanage-devel BuildRequires: libacl-devel, libattr-devel @@ -188,6 +189,9 @@ %{_mandir}/*/* %changelog +* Fri Sep 6 2024 zhangzikang <zhangzikang@kylinos.cn> - 2:4.14.3-2 +- libsubid: Dealocate memory on exit + * Thu Feb 1 2024 zhengxiaoxiao <zhengxiaoxiao2@huawei.com> - 2:4.14.3-1 - update version to 4.14.3 -Avoid null pointer dereference
View file
_service:tar_scm:shadow-libsubid-Dealocate-memory-on-exit.patch
Added
@@ -0,0 +1,23 @@ +From 18f113cc4609e00c4f95072dbe954174f2c29be1 Mon Sep 17 00:00:00 2001 +From: Daniel Bershatsky <d.bershatsky2@skoltech.ru> +Date: Wed, 12 Jun 2024 19:26:45 +0300 +Subject: PATCH libsubid: Dealocate memory on exit + +--- + src/getsubids.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/getsubids.c b/src/getsubids.c +index fb645b19..0753abd7 100644 +--- a/src/getsubids.c ++++ b/src/getsubids.c +@@ -45,5 +45,6 @@ int main(int argc, char *argv) + printf("%d: %s %lu %lu\n", i, owner, + rangesi.start, rangesi.count); + } ++ free(ranges); + return 0; + } +-- +2.27.0 +
View file
_service
Changed
@@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="scm">git</param> <param name="url">git@gitee.com:src-openeuler/shadow.git</param> - <param name="revision">openEuler-24.03-LTS-Next</param> + <param name="revision">openEuler-24.03-LTS-SP1</param> <param name="exclude">*</param> <param name="extract">*</param> </service>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2