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

   The class `DelegatingDatabaseMetaData` has two `private final` properties, 
`databaseMetaData` and `connection`. Their values are provided as arguments to 
the constructor, but are not guarded against `null` which could propagate and 
cause NPEs 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