[PHP-BUG] Bug #54935 [NEW]: php_win_err can lead to crash

2011-05-26 Thread freddy77 at gmail dot com
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

#50370 [Com]: 64bit libtdsodbc.so crash because of malloc 4 byte missing

2009-12-04 Thread freddy77 at gmail dot com
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

#41539 [Com]: MSSQL ext. with freetds treats '' (string of length 0) as NULL in VARCHAR(MAX)

2007-11-15 Thread freddy77 at gmail dot com
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

#20467 [Bgs->Opn]: Buffer overflow returning binary

2002-12-11 Thread freddy77
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

#20467 [Csd->Bgs]: Buffer overflow returning binary

2002-12-10 Thread freddy77
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

#20467 [Ctl]: Buffer overflow returning binary

2002-12-09 Thread freddy77
. 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

#20467 [Com]: Buffer overflow returning binary

2002-11-18 Thread freddy77
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

#20467 [Com]: Buffer overflow returning binary

2002-11-17 Thread freddy77
-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

#20467 [NEW]: Buffer overflow returning binary

2002-11-17 Thread freddy77
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