1474980 Uninitialized pointer read
Incorrect values could be read from, or even written to, an arbitrary memory location, causing incorrect computations.
In test_event_rule_userspace_probe(): Reads an uninitialized pointer or its target (CWE-457)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I7645278f18e4a4678fb5ede9523d0cfa8d3aa106
struct lttng_payload payload;
diag("Event rule uprobe.");
+ lttng_payload_init(&payload);
lookup_method = lttng_userspace_probe_location_lookup_method_function_elf_create();
if (!lookup_method) {