Message ID | 34261BE2-28DF-4FD2-A552-39FC32000E46@nuovations.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | wispr: Address reference counting heap-use-after-free | expand |
diff --git a/src/wispr.c b/src/wispr.c index 5f60bed7..96c5f454 100644 --- a/src/wispr.c +++ b/src/wispr.c @@ -93,6 +93,11 @@ struct connman_wispr_portal { static bool wispr_portal_web_result(GWebResult *result, gpointer user_data); +/** + * A dictionary / hash table of network interface indices to + * active / outstanding WISPr / portal request contexts. + * + */ static GHashTable *wispr_portal_hash = NULL; static char *online_check_ipv4_url = NULL;