Re: [Rpm-maint] [rpm-software-management/rpm] Add options check in rpm2archive (PR #2312)

2022-12-05 Thread xujing
I tested it locally and it works as expected. ``` [root@localhost ~]# rpm2archive --nosuch rpm2archive: --nosuch: unknown option [root@localhost ~]# ``` -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2312#issuecomment-1338905513 You are

[Rpm-maint] [rpm-software-management/rpm] Add options check in rpm2archive (PR #2312)

2022-12-05 Thread xujing
rpm2archive doesn't have any checking for legitimate command line which may cause rpm2archive blocked. Adding options check in rpm2archive now. For details, see https://github.com/rpm-software-management/rpm/issues/2210. You can view, comment on, or merge this pull request online at: https://

Re: [Rpm-maint] [rpm-software-management/rpm] Fix memory and file leak in some cases when running "rpm -i" (PR #2311)

2022-12-05 Thread xujing
@JetXujing pushed 1 commit. 148528244a9b8843c412422d8d2ba6be92454fc0 Fix fileleak when urlGetFile fails in rpmInstall -- View it on GitHub: https://github.com/rpm-software-management/rpm/pull/2311/files/2a9888ff2ea73314b294e8e271b3e698de999205..148528244a9b8843c412422d8d2ba6be92454fc0 You are

Re: [Rpm-maint] [rpm-software-management/rpm] Fix memory and file leak in some cases when running "rpm -i" (PR #2311)

2022-12-05 Thread xujing
@JetXujing pushed 1 commit. 3c34043f4e519e3010c120f10f39cc2f4eeeb52f Fix fileleak when urlGetFile fails in rpmInstall -- View it on GitHub: https://github.com/rpm-software-management/rpm/pull/2311/files/148528244a9b8843c412422d8d2ba6be92454fc0..3c34043f4e519e3010c120f10f39cc2f4eeeb52f You are

[Rpm-maint] [rpm-software-management/rpm] Fix memory and file leak in some cases when running "rpm -i" (PR #2311)

2022-12-05 Thread xujing
Fix memory and file leak in some cases when running "rpm -i". You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/2311 -- Commit Summary -- * Fix memleak when fsmRename failed in fsmCommit * Fix fileleak and memleak in rpmInst