]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_cdsa_plugin/lib/CSPsession.h
Security-55471.14.8.tar.gz
[apple/security.git] / libsecurity_cdsa_plugin / lib / CSPsession.h
index 1d2ae9b1d63e9dd3d9b5ef26009013ee0c76482b..74234bdb492dfc6f29891ef3bdb404cfddfd4d3f 100644 (file)
@@ -126,7 +126,7 @@ protected:
        
                // can this buffer be extended?
                bool isExtensible() const
-               { return !*vec || remData && !*remData; }
+               { return !*vec || (remData && !*remData); }
        
                // increase size if necessary (and possible)
                void allocate(size_t needed, Allocator &alloc);