Fix: calling ht_{hash, match}_enum with wrong argument
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 9 Feb 2018 21:56:49 +0000 (16:56 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 30 May 2018 18:45:55 +0000 (14:45 -0400)
commit78c8ffd33e60e2eaee890cb2485e85a04b93381b
tree1ab472751e17ecf2886c478f1e7372bb03baec17
parent51c611c6ab03407a9ea223c972cbbb62e40c500e
Fix: calling ht_{hash, match}_enum with wrong argument

ht_hash_enum and ht_match_enum are currently called with the address of the
pointer to a ust_registry_enum rather than the expected pointer to a
ust_registry_enum. This means that those function calls would end up
using garbage for hashing and comparing.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-registry.c
This page took 0.02507 seconds and 4 git commands to generate.