Skip to content
Snippets Groups Projects
Commit 0a73f69c authored by Barry Lind's avatar Barry Lind
Browse files

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
parent 11cb598c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment