Changeset: 2bef11357403 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2bef11357403
Modified Files:
        gdk/gdk_utils.c
Branch: Nov2019
Log Message:

some semaphore names grow too large.


diffs (12 lines):

diff --git a/gdk/gdk_utils.c b/gdk/gdk_utils.c
--- a/gdk/gdk_utils.c
+++ b/gdk/gdk_utils.c
@@ -1570,7 +1570,7 @@ THRcreate(void (*f) (void *), void *arg,
        Thread s;
        struct THRstart *t;
        static ATOMIC_TYPE ctr = ATOMIC_VAR_INIT(0);
-       char semname[16];
+       char semname[32];
        int len;
 
        if ((t = GDKmalloc(sizeof(*t))) == NULL)
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to