CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/07/22 02:17:09

Modified files:
        src/interfaces/jdbc/org/postgresql: Driver.java.in 
        src/interfaces/jdbc/org/postgresql/jdbc1: 
                                                  AbstractJdbc1Statement.java 

Log message:
        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


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to