lesteryu / log4jdbc

Automatically exported from code.google.com/p/log4jdbc
0 stars 0 forks source link

Defect in PreparedStatementSpy #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The methods void setBlob(int i, Blob x) and void setClob(int i, Clob x)
dereference parameter x without checking whether it is null. Attached patch
fixes this.

Original issue reported on code.google.com by dirk.kle...@biotronik.com on 7 Jun 2010 at 12:14

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for finding the issue.  I've fixed it on the trunk.  SVN revision 89

Original comment by arthur.b...@gmail.com on 7 Jun 2010 at 2:05