From: Mathieu Desnoyers Date: Thu, 29 Sep 2022 19:37:47 +0000 (-0400) Subject: Fix: bytecode validator: reject specialized load instructions X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=c7ef2e7d2442e0620e439ddaa71c596437a5804c;hp=c7ef2e7d2442e0620e439ddaa71c596437a5804c;p=lttng-ust.git Fix: bytecode validator: reject specialized load instructions Reject specialized load instructions so a bytecode crafted with nefarious intent cannot read a memory area larger than the memory targeted by the instrumentation. This prevents bytecode received from the session daemon from performing out of bound memory accesses and from disclosing the content of application memory beyond what has been targeted by the instrumentation. Signed-off-by: Mathieu Desnoyers Change-Id: I1f90379455699cf0ad09159c11a12dcd53070f6a ---