From:
Operating system: Windows
PHP version: 5.3.6
Package: Unknown/Other Function
Bug Type: Bug
Bug description:php_win_err can lead to crash
Description:
Under Windows if php fail to load an extension apache crash.
Looking at code I discovered t
ID: 50370
Comment by: freddy77 at gmail dot com
Reported By: nalply at gmail dot com
Status: Open
Bug Type: ODBC related
Operating System: Debian Lenny amd64
PHP Version: 5.2.6
New Comment:
PHP 5.2.6 is the problem, in php_odbc_includes.h a
ID: 41539
Comment by: freddy77 at gmail dot com
Reported By: frode at coretrek dot com
Status: Assigned
Bug Type: MSSQL related
Operating System: Linux and win32
PHP Version: 5.2.3
Assigned To: fmk
New Comment:
I'm a FreeTDS deve
HAR,res_buf,res_length);
should be replaced with
dbconvert(NULL,coltype(offset),dbdata(sybase_ptr->link,offset),
src_length,SYBCHAR,res_buf,res_length);
freddy77
[2002-12-10 09:44:50] [EMAIL PROTECTED]
This bug ha
length);
freddy77
Previous Comments:
[2002-12-10 09:44:50] [EMAIL PROTECTED]
This bug has been fixed in CVS.
In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in th
.
If you use dbconvert for this type your results will be a hexadecimal
string. If you want binary data instead you should manually copy data
(use just memcpy) or do a conversion to binary, not to characters.
freddy77
Previous Comments
loop
"while (*p == ' ') --p;"
can lead to a buffer underflow,
"while (p >= res_buf && *p == ' ') --p;"
fix the problem
freddy77
Previous Comments:
[2002-11-17
-q
freddy77
Previous Comments:
[2002-11-17 13:31:00] [EMAIL PROTECTED]
dbconvert convert binary -> char returning binary representation so
0x6789 (2 bytes) became '6789' (4 single byte characters)
When co
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.2.3
PHP Bug Type: Sybase (dblib) related
Bug description: Buffer overflow returning binary
dbconvert convert binary -> char returning binary representation so 0x6789
(2 bytes) became '6789' (4 single byte characte