Niels Dossche
Niels Dossche
If sk_X509_ATTRIBUTE_set() fails, then the duplicated attribute could leak. Solve this by storing the attribute in a variable and calling X509_ATTRIBUTE_free(). Note: this was detected using an experimental static analyser...
Several error paths return 0 directly instead of going to err to clean up the objects. CLA: trivial
Looking up named character references in the BST takes a long time. This patch specializes the BST data structure a bit to allow faster lookups. There are two big changes:...
Many DOM error section just list the constant for the $code for DOMException, but don't actually say anywhere that it's a DOMException being thrown. Although it should still be clear...