Hide Forgot
Description of problem: 1. src/client_resource.c:123 - Comparing "opt_in" to null implies that "opt_in" might be null. src/client_resource.c:173 - Passing null variable "opt_in->str" to function "send", which dereferences it. 2. /src/client_resource.c:649 - Dereferencing "str" (line #620) before a null check. Version-Release number of selected component (if applicable): 1.7-4 Additional info: These defects were found by analysis of coverity scan report.
Thanks, I'm looking at the full list and making fixes.
made the following changes 1. handle error from direct_align 2. free mem in leader_read_multiple 3. handle null str arg in str_to_lockspace none are a problem in practice, 1 won't happen 2 code is unused 3 invalid use If I do another 6.2 build for other reasons, these changes will be included, otherwise not. Don't know what state to put this bz in.
*** This bug has been marked as a duplicate of bug 658971 ***