Selaa lähdekoodia

Fix GError use-after-free

tags/1.0.11
Vsevolod Stakhov 8 vuotta sitten
vanhempi
commit
572a42155e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/plugins/dkim_check.c

+ 1
- 0
src/plugins/dkim_check.c Näytä tiedosto

@@ -478,6 +478,7 @@ dkim_symbol_callback (struct rspamd_task *task, void *unused)
msg_info_task ("<%s> cannot parse DKIM context: %s",
task->message_id, err->message);
g_error_free (err);
err = NULL;
}
else {
msg_info_task ("<%s> cannot parse DKIM context: "

Loading…
Peruuta
Tallenna