maskit opened a new issue, #10363:
URL: https://github.com/apache/trafficserver/issues/10363
money_trace.cc
```
232 bwriter.write(uuidstr, strlen(uuidstr));
233 bwriter.write(sep);
234 bwriter.write(parentid);
235 bwriter.write(new_parent);
236 bwriter.write(sep);
237 bwriter.write(spanid);
238 bwriter.print("{}", TSHttpTxnIdGet(txnp));
239
CID 1518569 (#1 of 1): String not null terminated (STRING_NULL)
6. string_null: Passing unterminated string bwriter._buffer to view, which
expects a null-terminated string.
240 header = std::string{bwriter.view()};
241 } else {
242 LOG_ERROR("Error getting uuid string");
243 }
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]