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
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://
@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
@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
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