git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4733 77e5149b-7576-45b1-b177-96237e5ba77b
0.95
Török Edvin 17 years ago
parent 0c8c3a5463
commit 730d97fb2b
  1. 4
      ChangeLog
  2. 1
      clamd/session.c

@ -1,3 +1,7 @@
Wed Feb 11 13:54:58 EET 2009 (edwin)
------------------------------------
* clamd/session.c: inv cmd
Wed Feb 11 13:52:08 EET 2009 (edwin)
------------------------------------
* clamd/server-th.c, clamd/thrmgr.c: fix use-after-free

@ -392,6 +392,7 @@ int execute_or_dispatch_command(client_conn_t *conn, enum commands cmd, const ch
default:
/* these commands are not recognized inside an IDSESSION */
conn_reply_error(conn, "Command invalid inside IDSESSION.");
logg("*SESSION: command is not valid inside IDSESSION: %d\n", cmd);
conn->group = NULL;
return 1;
}

Loading…
Cancel
Save