From: Jérémie Galarneau Date: Thu, 8 Jun 2023 17:42:50 +0000 (-0400) Subject: Fix: container-wrapper: size container operation can throw X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=58561706ca99e043a4687a776dc781bdf7e78e07;hp=58561706ca99e043a4687a776dc781bdf7e78e07;p=lttng-tools.git Fix: container-wrapper: size container operation can throw 1512923 Uncaught exception If the exception is ever thrown, the program will crash. In lttng::​utils::​random_access_container_wrapper::​size(): A C++ exception is thrown but never caught (CWE-248) Reported-by: Coverity Scan Signed-off-by: Jérémie Galarneau Change-Id: I5f8bffc64fb239e59b272985f6b3c959d238da0a ---