Fix to prevent SQL injection attacks for code calling setObject(int,Object,int)

Barry Lind <barry@xythos.com>

Commit: 0a73f69cb4842f46c1a080b3375b0f268ba1e5de
Author: Barry Lind <barry@xythos.com>
Date: 2003-07-22T05:17:09Z
Releases: 7.4.1
Fix to prevent SQL injection attacks for code calling setObject(int,Object,int)
where Object is a user supplied String and the type is a numeric type
(i.e. INTEGER,LONG,etc).
Also applied a patch from Kim Ho that fixes compile problems under jdk1.2

 Modified Files:
 	jdbc/org/postgresql/Driver.java.in
 	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java

Files