Summary: | x11-plugins/wmrecord-1.0.5.3-r2 fails to compile: wmrecord.c:383:17: error: passing argument 2 of snprintf makes integer from pointer without a cast [-Wint-conversion] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Bernard Cafarelli <voyageur> |
Status: | RESOLVED PKGREMOVED | ||
Severity: | normal | CC: | jy6x2b32pie9, treecleaner, voyageur |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | removed | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 889389 [details]
build.log
build log and emerge --info
I dunno what's this program tries to do, my minimal test program segfaults. As it ought to, trying to take a pointer to address "3" as a format string and using string "000" as a size. Someone may be swapped order of operations? But it's also wrong because string "000" is length 4, due to null terminator. It's also for WindowMaker/AfterStep WMs and unlikely to work anywhere else, was written 20 years ago and is untouched since, with any upstream dead, and there's better audio recording software out there. Let's just drop this. Thanks for the analysis! I agree with the conclusion, let's last rite this one The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79fa39482c753c0ed241c3b1fadab6f15be8529 commit b79fa39482c753c0ed241c3b1fadab6f15be8529 Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-09-13 10:42:41 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-09-13 11:56:24 +0000 x11-plugins/wmrecord: treeclean Closes: https://bugs.gentoo.org/928566 (pkgremoved) Closes: https://bugs.gentoo.org/931764 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> profiles/package.mask | 7 ---- x11-plugins/wmrecord/Manifest | 1 - .../files/wmrecord-1.0.5.3-fno-common.patch | 29 ------------- x11-plugins/wmrecord/files/wmrecord.desktop | 8 ---- x11-plugins/wmrecord/metadata.xml | 9 ---- x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild | 48 ---------------------- 6 files changed, 102 deletions(-) |