[Bug 611316] Re: Segmentation fault in php5-sybase

2013-07-06 Thread Adolfo Jayme Barrientos
** No longer affects: php5 (Ubuntu Lucid) ** No longer affects: php5 (Ubuntu Maverick) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/611316 Title: Segmentation fault in php5-sybase

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-12-06 Thread Clint Byrum
Marking confirmed in Lucid and Maverick, as this affects php 5.3.3 unless it has this patch. ** Changed in: php5 (Ubuntu) Assignee: Clint Byrum (clint-fewbar) => (unassigned) ** Changed in: php5 (Ubuntu Maverick) Status: New => Confirmed ** Changed in: php5 (Ubuntu Lucid) Stat

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-12-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/php5 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. https://bugs.launchpad.net/bugs/611316 Title: Segmentation fault in php5-sybase -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-12-06 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.3-1ubuntu11 --- php5 (5.3.3-1ubuntu11) natty; urgency=low * Add debian/patches/mssql-fix-segfault.patch: Fixes segfault on missing parameters for mssql. Upstream php bug #52843 and LP: #611316. -- Clint ByrumFri, 03 Dec 2010 23:4

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-12-06 Thread Kees Cook
** Changed in: php5 (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. https://bugs.launchpad.net/bugs/611316 Title: Segmentation fault in php5-sybase -- Ubuntu-serv

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-12-06 Thread Chuck Short
** Also affects: php5 (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: php5 (Ubuntu Maverick) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. https:

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-12-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/natty/php5/fix-mssql-segfault -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. https://bugs.launchpad.net/bugs/611316 Title: Segmentation fault in php5-sybase -- Ubuntu-serve

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-09-15 Thread Clint Byrum
** Changed in: php5 (Ubuntu) Assignee: (unassigned) => Clint Byrum (clint-fewbar) ** Changed in: php5 (Ubuntu) Status: Triaged => In Progress ** Tags added: patch-accepted-upstream -- Segmentation fault in php5-sybase https://bugs.launchpad.net/bugs/611316 You received this bug noti

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-09-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/maverick/php5/fix-mssql- segfault -- Segmentation fault in php5-sybase https://bugs.launchpad.net/bugs/611316 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-09-14 Thread Clint Byrum
Kurt, great work! I just tested this on maverick, and indeed, this produces the segfault, but it does it no matter what, if you skip any of the string parameters: cl...@ubuntu:~$ php -r 'mssql_connect("");' Segmentation fault In fact, this happens with a vanilla compiled PHP 5.3.3 as well: This

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-09-14 Thread Dave Walker
Based on the comment #1 from Kurt - marking this triaged. -- Segmentation fault in php5-sybase https://bugs.launchpad.net/bugs/611316 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubu

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-09-14 Thread Dave Walker
Based on the comment #1 from Kurt - marking this triaged. ** Changed in: php5 (Ubuntu) Importance: Undecided => Medium ** Changed in: php5 (Ubuntu) Status: Incomplete => Triaged -- Segmentation fault in php5-sybase https://bugs.launchpad.net/bugs/611316 You received this bug notifica

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-09-14 Thread Kurt Huwig
Some side note: the debug symbols do not match the source code. According to the disassembly, the segfault happened in /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:561 but gdb shows /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:593 I will add this to Bug #611305 -- Segmentation fault in ph

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-09-14 Thread Kurt Huwig
Hi Clint, I just put another 3 hours into it: The bug happens in this source code line: if(passwd_len>255) { passwd[255] = '\0'; } of php_mssql_do_connect. I found this out by disassembling the code in the core dump: Dump of assembler code for function php_mssq

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-09-11 Thread Clint Byrum
Hi Kurt, its been a little over a month. Any chance you've been able to look at this again? Thanks. -- Segmentation fault in php5-sybase https://bugs.launchpad.net/bugs/611316 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu

[Bug 611316] Re: Segmentation fault in php5-sybase

2010-08-02 Thread Clint Byrum
Hi Kurt, thanks for another bug report and your continued interest in making Ubuntu great. :) Is it possible that this is related to bug #602689 ? Is this on the same machine referenced there? Is there a small snippet of PHP code we can use to test this? Does it fail without actually connecting