Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144039807
D53151.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
378 B
Referenced Files
None
Subscribers
None
D53151.diff
View Options
diff --git a/sys/netinet/libalias/alias_db.c b/sys/netinet/libalias/alias_db.c
--- a/sys/netinet/libalias/alias_db.c
+++ b/sys/netinet/libalias/alias_db.c
@@ -2181,7 +2181,7 @@
#undef malloc /* XXX: ugly */
la = malloc(sizeof *la, M_ALIAS, M_WAITOK | M_ZERO);
#else
- la = calloc(sizeof *la, 1);
+ la = calloc(1, sizeof *la);
if (la == NULL)
return (la);
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 4, 6:40 PM (7 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28436937
Default Alt Text
D53151.diff (378 B)
Attached To
Mode
D53151: libalias: quiet gcc -Wcalloc-transposed-args
Attached
Detach File
Event Timeline
Log In to Comment