From: Jérémie Galarneau Date: Tue, 25 Feb 2014 21:32:05 +0000 (-0500) Subject: Fix: Unsynchronized access in LTTngTCPSessiondClient X-Git-Tag: v2.4.0~9 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=e614d916bcf4093bbf98d302b9e37ed990dc7304;hp=e614d916bcf4093bbf98d302b9e37ed990dc7304;p=lttng-ust.git Fix: Unsynchronized access in LTTngTCPSessiondClient enabledEventList is shared between the LTTngThread and eventTimer threads but is not synchronized. This patch changes enabledEventList's type from an ArrayList to a synchronized HashSet. Signed-off-by: Jérémie Galarneau Signed-off-by: Mathieu Desnoyers ---