Changeset: 7b77b6d81e29 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/7b77b6d81e29
Modified Files:
        monetdb5/mal/mal_session.c
Branch: Aug2024
Log Message:

Don't access streams after they were closed.


diffs (12 lines):

diff --git a/monetdb5/mal/mal_session.c b/monetdb5/mal/mal_session.c
--- a/monetdb5/mal/mal_session.c
+++ b/monetdb5/mal/mal_session.c
@@ -376,8 +376,6 @@ MSscheduleClient(str command, str peer, 
        mnstr_settimeout(c->fdin->s, 50, is_exiting, NULL);
        msg = MSserveClient(c);
        if (msg != MAL_SUCCEED) {
-               mnstr_printf(fout, "!could not serve client\n");
-               exit_streams(fin, fout);
                freeException(msg);
        }
 }
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to