head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2011.12.16.05.40.46; author manu; state dead; branches; next 1.1; 1.1 date 2011.12.09.16.57.44; author manu; state Exp; branches; next ; desc @@ 1.2 log @- SSL bug fixes - Use secondary groups @ text @$NetBSD: patch-cb,v 1.1 2011/12/09 16:57:44 manu Exp $ Workaround SIGSEGV caused by race conditions when starting glusterd --- libglusterfs/src/list.h.orig 2011-12-03 08:24:04.000000000 +0100 +++ libglusterfs/src/list.h 2011-12-03 08:41:06.000000000 +0100 @@@@ -94,9 +94,9 @@@@ static inline int list_empty (struct list_head *head) { - return (head->next == head); + return (!(head->next) || (head->next == head)); } static inline void @ 1.1 log @- Add experimental support for SSL - Ignore again .attribute (a patch part that was lost in last upgrade) @ text @d1 1 a1 1 $NetBSD$ @