Andrew Stitcher created QPID-5305:
-------------------------------------

             Summary: Valgrind reports uninitialised values sent to system call 
in legacystore
                 Key: QPID-5305
                 URL: https://issues.apache.org/jira/browse/QPID-5305
             Project: Qpid
          Issue Type: Bug
    Affects Versions: 0.25
         Environment: unix
            Reporter: Andrew Stitcher
            Assignee: Andrew Stitcher
             Fix For: 0.25


Running the legacystore tests under valgrind highlight that it doesn't 
initialise all the values it sends to disk.

Even if these bytes are actually never used when the store is read, having this 
behaviour makes it hard to use valgrind to check that the store doesn't have 
other problems.

There is a compile time option to enable initialising of the full written 
buffer, I think it is wise to enable this option always, so that testing using 
valgrind is productive.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to