From: Mathieu Desnoyers Date: Thu, 29 Sep 2022 20:07:41 +0000 (-0400) Subject: Fix: bytecode interpreter context_get_index() leaves byte order uninitialized X-Git-Tag: v2.12.11~5 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=fd6f8c5b5963cd84454314fce8870e75fb23de64;hp=fd6f8c5b5963cd84454314fce8870e75fb23de64;p=lttng-modules.git Fix: bytecode interpreter context_get_index() leaves byte order uninitialized Within the bytecode interpreter, context_get_index() leaves the "rev_bo" field uninitialized in the top of stack. Initialize the rev_bo field based on the context field type reserve_byte_order field. Signed-off-by: Mathieu Desnoyers Change-Id: I76576a3b9dd87f218e7226095c85590e1eb0beec ---