From: Jérémie Galarneau Date: Sat, 5 Sep 2015 19:35:42 +0000 (-0400) Subject: Fix: Buggy string comparison in ust registry ht_match_event X-Git-Tag: v2.8.0-rc1~390 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=b4d096a6292e78c601dba161dbb15f48ad89935f;hp=b4d096a6292e78c601dba161dbb15f48ad89935f;p=lttng-tools.git Fix: Buggy string comparison in ust registry ht_match_event The second strncmp compares the first "strlen(event->signature) != 0" characters of the event signatures because of a missing parenthesis. Signed-off-by: Jérémie Galarneau ---