bneradt opened a new pull request, #12806: URL: https://github.com/apache/trafficserver/pull/12806
Valgrind reported three uses of uninitialized memory when running the regression tests under it. This patch addresses the following valgrind reported issues: 1. Stripe directory write: Syscall param pwrite64(buf) points to uninitialised byte(s) at AIOThreadInfo::aio_thread_main(AIOThreadInfo*) by Stripe::Stripe(CacheDisk*, long, long, int, int) 2. LogBuffer flush: Syscall param write(buf) points to uninitialised byte(s) at Log::flush_thread_main(void*) by LogBuffer::LogBuffer(LogConfig const*, LogObject*, ...) 3. Cache write from recycled RamCache buffers: Syscall param pwrite64(buf) points to uninitialised byte(s) at AIOThreadInfo::aio_thread_main(AIOThreadInfo*) Uninitialised value was created by a heap allocation at IOBufferData::alloc(long, AllocType) by test_RamCache(...) -- 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]
