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>
Tue, 8 Sep 2015 13:37:41 +0000 (09:37 -0400)
commit66af39b772a68f8ed6bfa88f9998d0d0ec5d9fb4
tree2cedcf3fd24193d07df064673176da2d6ddb11c5
parentd2b37803d373150a7acc34c205b0a9b5ed59ad75
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.025459 seconds and 4 git commands to generate.