Bug#405067: [php-maint] Bug#405067: php5-cli: Segfault after infinite recursion inside pcre - random memory

2007-05-10 Thread sean finney
tags 405067 confirmed wontfix upstream forwarded 405067 http://bugs.php.net/bug.php?id=35159 thanks hi cajus, On Fri, 2007-03-30 at 09:47 +0200, Cajus Pollmeier wrote: > Anything new here? Anyone tried with php 5.2.1? So I'd report it to the php > team - if not already done. > > The bug can be

Bug#405067: php5-cli: Segfault after infinite recursion inside pcre - random memory

2007-03-29 Thread Cajus Pollmeier
Anything new here? Anyone tried with php 5.2.1? So I'd report it to the php team - if not already done. The bug can be reproduced here in cli and pure apache mode. It happens when the string to be matched is larger than 4089 bytes and a match happens. Everything below just works fine. Cheers,

Bug#405067: [php-maint] Bug#405067: php5-cli: Segfault after infinite recursion inside pcre - random memory corruption?

2007-01-01 Thread sean finney
hi richard, thanks for the *very* thorough report! just so you don't think you're being completely ignored, both ondrej and i are on vacation right now so you probably won't see much from us for another week (or two). any more information you can find is greatly appreciated. sean On S

Bug#405067: php5-cli: Segfault after infinite recursion inside pcre - random memory corruption?

2006-12-31 Thread Richard Atterer
On Sat, Dec 30, 2006 at 10:23:06PM +0100, Richard Atterer wrote: > One more thing: I also tried to trim down the example further by reducing > the length of the subject string. This gives weird results: The following has occurred to me: The program starts crashing when the region matched by the

Bug#405067: php5-cli: Segfault after infinite recursion inside pcre - random memory corruption?

2006-12-30 Thread Richard Atterer
Package: php5 Version: 5.2.0-8 Severity: important Tags: security Hello, while developing my PHP application, I stumbled across PCRE usage which crashes the PHP binary. After some trial and error, I was able to reduce the problem to the attached piece of PHP code. I was able to reproduce the s