pingpingy1 opened a new pull request, #365:
URL: https://github.com/apache/commons-configuration/pull/365

   The class `PatternSubtreeConfiguration` has a `private final` property 
`config`, which is provided as an argument to the constructor. However, it is 
not guarded against `null` inputs, which could propagate and throw an NPE at a 
later arbitrary time.
   This commit implements a fail-fast guard against `null` values.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to