From 828f5b9a77168c94e20d538225d034f08ce00b57 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 6 Dec 2024 15:31:00 -0500 Subject: [PATCH] avoid uninitialized data access --- src/dump.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dump.cpp b/src/dump.cpp index c648016abc..f50776f89d 100644 --- a/src/dump.cpp +++ b/src/dump.cpp @@ -94,6 +94,7 @@ Dump::Dump(LAMMPS *lmp, int /*narg*/, char **arg) : maxbuf = maxids = maxsort = maxproc = 0; maxsbuf = 0; + sortcol = 0; maxpbc = -1;