• Osiris's avatar
    Problem: Several problems found by Coverity Static Analyzer · b3d5fa63
    Osiris authored
    Solution: The Coverity Static Code Analyzer was used on libzmq code and found
    many issues with uninitialized member variables, some redefinition of variables
    hidding previous instances of same variable name and a couple of functions
    where return values were not checked, even though all other occurrences were
    checked (e.g. init_size() return).
    b3d5fa63
null_mechanism.cpp 10.4 KB