commit | a27b3406672f9f7a5452129098358b8044dea00c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 07 15:04:52 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Oct 07 15:04:52 2009 -0700 |
tree | 532905f598bec6e8211160efaeea48454affe897 | |
parent | b7d6f9ea7ad9139dd2595cf20aa1525b37325aed [diff] |
Fix several leaks in OpenSSL JNI cipher suites code. I first spotted the missing ReleaseStringUTFChars, but then noticed all the duplication in the cipher suites functions, and noticed that no copy appeared to be completely correct. The factored-out replacements shouldn't leak, and should check all error conditions.