Changeset: 8a5118c6bfeb for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8a5118c6bfeb
Modified Files:
        tools/monetdbe/monetdbe.c
Branch: Jun2023
Log Message:

Disable longjmp whichever way we exit the function.


diffs (13 lines):

diff --git a/tools/monetdbe/monetdbe.c b/tools/monetdbe/monetdbe.c
--- a/tools/monetdbe/monetdbe.c
+++ b/tools/monetdbe/monetdbe.c
@@ -754,8 +754,8 @@ monetdbe_startup(monetdbe_database_inter
        monetdbe_embedded_url = dbdir?GDKstrdup(dbdir):NULL;
        if (dbdir && !monetdbe_embedded_url)
                set_error(mdbe, createException(MAL, 
"monetdbe.monetdbe_startup", MAL_MALLOC_FAIL));
+cleanup:
        GDKfataljumpenable = 0;
-cleanup:
        if (mdbe->msg)
                monetdbe_shutdown_internal();
 }
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to