On Thu, 29 Jul 2021 08:08:37 +0300 "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@xxxxxxxxx> wrote: > When a new trace buffer is read from the trace file, a new input handler > is duplicated from the top one. Some of these data are poiters and BTW, I'm finding lots of typos in your change logs. What editor do you use? Can you add a spell check to it? For instance, I use vim for my change log editing, and have been running: :set spell Which will highlight all the misspelled words. Thanks, -- Steve > should not be duplicated, as it could lead to a memory corruption on > handler close. > Added a safety check to ensure requested buffer index is valid.