Niels Dossche

Results 25 issues of 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...

branch: master
triaged: refactor

Several error paths return 0 directly instead of going to err to clean up the objects. CLA: trivial

branch: master
approval: ready to merge
triaged: bug
cla: trivial
tests: exempted
branch: 3.2
branch: 3.3
branch: 3.4

The following code: ```php

help-wanted

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...

Extension: dom