Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156946985
D3311.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
375 B
Referenced Files
None
Subscribers
None
D3311.id.diff
View Options
Index: libpkg/pkg.c
===================================================================
--- libpkg/pkg.c
+++ libpkg/pkg.c
@@ -303,7 +303,7 @@
while ((attr = va_arg(ap, int)) > 0) {
if (attr >= PKG_NUM_FIELDS || attr <= 0) {
- pkg_emit_error("Bad argument on pkg_set %s", attr);
+ pkg_emit_error("Bad argument on pkg_set %d", attr);
return (EPKG_FATAL);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 1:49 PM (18 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33250883
Default Alt Text
D3311.id.diff (375 B)
Attached To
Mode
D3311: fix format specifier in libpkg, which triggers a coredump
Attached
Detach File
Event Timeline
Log In to Comment