maskit opened a new issue, #10202:
URL: https://github.com/apache/trafficserver/issues/10202
```
88 addto_endpoint_vector(m_redisEndpoints, m_redisEndpointsStr);
89
90 TSDebug(PLUGIN, "RedisPublisher::RedisPublisher: NumWorkers: %d
RedisConnectTimeout: %d", m_numWorkers, m_redisConnectTimeout);
91 TSDebug(PLUGIN,
92 "RedisPublisher::RedisPublisher: RedisPublishTries: %d
RedisConnectTries: %d RedisRetryDelay: %d MaxQueuedMessages: %d",
93 m_redisPublishTries, m_redisConnectTries, m_redisRetryDelay,
m_maxQueuedMessages);
94
95 TSDebug(PLUGIN, "RedisPublisher::RedisPublisher: Redis Publish
endpoints are as follows:");
5. Iterating over another element of this->m_redisEndpoints.
96 for (auto &m_redisEndpoint : m_redisEndpoints) {
CID 1508989 (#1 of 1): Uninitialized scalar variable (UNINIT)
6. uninit_use_in_call: Using uninitialized value
this->m_poolRedisConnectTimeout when calling create. [[show
details](https://scan6.scan.coverity.com/eventId=34743312-7&modelId=34743312-0&fileInstanceId=162996916&filePath=%2Fplugins%2Fexperimental%2Fssl_session_reuse%2Fsrc%2Fsimple_pool.h&fileStart=38&fileEnd=41)]
97 simple_pool *pool = simple_pool::create(m_redisEndpoint.m_hostname,
m_redisEndpoint.m_port, m_poolRedisConnectTimeout);
98 pools.push_back(pool);
99 }
```
--
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]