I think we're good here.

I worked back to git checkout 81fbc56, and that's exactly the problem
that I've fixed, where flags wasn't initialized in 1 of 3 code paths:

if (xd->sx_fbtbc || (flags & UIO_FLAG_MORE)) {

On 9/5/17 8:53 AM, Daniel Gryniewicz wrote:
Can you pinpoint the line in your code?  In mine, it's a warnx, and the only 
jump should be using initialized data.

Daniel

On 09/01/2017 03:39 PM, Malahal Naineni wrote:
Hopefully, it fixes this valgrind warning I just got:

==17120== Thread 13:
==17120== Conditional jump or move depends on uninitialised value(s)
==17120==    at 0x6886A15: svc_vc_recv (svc_vc.c:745)
==17120==    by 0x6883573: svc_rqst_xprt_task (svc_rqst.c:683)
==17120==    by 0x68839F3: svc_rqst_epoll_events (svc_rqst.c:856)
==17120==    by 0x6883B43: svc_rqst_epoll_loop (svc_rqst.c:907)
==17120==    by 0x6883C15: svc_rqst_run_task (svc_rqst.c:945)
==17120==    by 0x688CC2B: work_pool_thread (work_pool.c:197)
==17120==    by 0x6441DC4: start_thread (pthread_create.c:308)
==17120==    by 0x6DB673C: clone (clone.S:113)




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to