From 8cd0d4aab71939e56539ff6c1027b37ad4324433 Mon Sep 17 00:00:00 2001
From: Steve Li <93230279+BitSteve@users.noreply.github.com>
Date: 星期五, 15 十一月 2024 11:03:31 +0800
Subject: [PATCH] Add bounds check for postprocess_utils.py abbr_dispose() (#2209)

---
 runtime/onnxruntime/third_party/glog/src/stacktrace_unittest.cc |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/runtime/onnxruntime/third_party/glog/src/stacktrace_unittest.cc b/runtime/onnxruntime/third_party/glog/src/stacktrace_unittest.cc
index b92961c..6d3c21a 100644
--- a/runtime/onnxruntime/third_party/glog/src/stacktrace_unittest.cc
+++ b/runtime/onnxruntime/third_party/glog/src/stacktrace_unittest.cc
@@ -27,15 +27,14 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-#include "stacktrace.h"
+#include "utilities.h"
 
 #include <cstdio>
 #include <cstdlib>
-
-#include "base/commandlineflags.h"
 #include "config.h"
-#include "glog/logging.h"
-#include "utilities.h"
+#include "base/commandlineflags.h"
+#include <glog/logging.h>
+#include "stacktrace.h"
 
 #ifdef HAVE_EXECINFO_BACKTRACE_SYMBOLS
 # include <execinfo.h>

--
Gitblit v1.9.1