Re: [PATCH] record-main-lttng.cc: Change size of empty array

2021-10-01 Thread Joel Sherrill
The short message is misleading. It isn't an empty array -- it is an emptyName string. :) I'm ok with the patch but I reviewed it before submission so another ACK from someone else is appreciated. On Thu, Sep 30, 2021 at 3:17 PM Ryan Long wrote: > > Change size of kEmptyThreadName from THREAD_AP

[PATCH] record-main-lttng.cc: Change size of empty array

2021-09-30 Thread Ryan Long
Change size of kEmptyThreadName from THREAD_API_COUNT to THREAD_NAME_SIZE. Closes #4519 --- trace/record/record-main-lttng.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace/record/record-main-lttng.cc b/trace/record/record-main-lttng.cc index 7cfa48c..faa762d 100644 --