Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144522236
D53151.1775184428.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
378 B
Referenced Files
None
Subscribers
None
D53151.1775184428.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
Fri, Apr 3, 2:47 AM (11 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28250822
Default Alt Text
D53151.1775184428.diff (378 B)
Attached To
Mode
D53151: libalias: quiet gcc -Wcalloc-transposed-args
Attached
Detach File
Event Timeline
Log In to Comment