Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153027935
D3311.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.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
Sun, Apr 19, 5:32 PM (14 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31786293
Default Alt Text
D3311.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