Fix: Buggy string comparison in ust registry ht_match_event
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 5 Sep 2015 19:35:42 +0000 (15:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Sep 2015 02:42:53 +0000 (22:42 -0400)
commitc07b43b4a3bf94c8ea67261bd04a04607c4d3b2b
treec04c437f3cb563bcce08ab911a06b948637aae89
parentfcf4d551b695cfdb6fe26d21f0509d08ef89b312
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 <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-registry.c
This page took 0.027837 seconds and 4 git commands to generate.