Page MenuHomeFreeBSD

D46008.1789303715.diff
No OneTemporary

Size
428 B
Referenced Files
None
Subscribers
None

D46008.1789303715.diff

diff --git a/lib/lib80211/lib80211_regdomain.c b/lib/lib80211/lib80211_regdomain.c
--- a/lib/lib80211/lib80211_regdomain.c
+++ b/lib/lib80211/lib80211_regdomain.c
@@ -441,7 +441,7 @@
XML_ParserFree(mt->parser);
/* setup the identifer table */
- rdp->ident = calloc(sizeof(struct ident), mt->nident + 1);
+ rdp->ident = calloc(mt->nident + 1, sizeof(struct ident));
if (rdp->ident == NULL)
return ENOMEM;
free(mt);

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 13, 12:48 PM (3 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29589005
Default Alt Text
D46008.1789303715.diff (428 B)

Event Timeline