https://issues.apache.org/bugzilla/show_bug.cgi?id=46012

           Summary: apr_dbd_pgsql does not check column number
           Product: Apache httpd-2
           Version: 2.2.9
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: PatchAvailable
          Severity: normal
          Priority: P2
         Component: mod_dbd
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=22733)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22733)
Patch to suppress column number out of range message with pgsql 

In apr_dbd_pgsql.c calls are made to PQfname. When the column number 'n' is too
big libpq issues an error message that appears in the apache error log like
'column number 3 is out of range 0..2'.
As this function is called at every password check, my logfiles consists for
99% of these messages now. 

The patch attachedto this bug report removes the error message by first
validating the column number.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to