Share

sieve-php

Tracker: Bugs

8 memory exhausted when adding rule - ID: 1000027
Last Update: Comment added ( nobody )

I'm using squirrelmail avelsieve plugin and when I try
to add an redirect rule which contains multiple
addresses separated by comma, I get the php memory
exhausted error at sieve-php.lib.php on line 143.
In the meantime I found out that sieve does not support
multiple addresses in one redirect rule, however the
error should be treated correctly.

nicolae


Nicolae Mihalache ( mache ) - 2004-07-29 10:29

8

Closed

Fixed

Alexandros Vellis

None

None

Public


Comments ( 17 )

Date: 2007-02-04 21:44
Sender: nobody

Logged In: NO

Plaxis Ent. All about Plaxis
<a
href="http://www.pxchechert.info/2583841.html">http://www.pxchechert.info/2583841.html</a>


Date: 2007-02-04 21:16
Sender: nobody

Logged In: NO

Plaxis Ent. All about Plaxis
<a
href="http://www.paxchet.info/2583841.html">http://www.paxchet.info/2583841.html</a>


Date: 2007-01-26 11:00
Sender: nobody

Logged In: NO

<a href="{link1}">{text1}</a>, <a href="{link2}">{text2}</a>


Date: 2007-01-25 05:17
Sender: nobody

Logged In: NO

good work


Date: 2007-01-24 15:35
Sender: nobody

Logged In: NO

goo work


Date: 2007-01-24 11:18
Sender: nobody

Logged In: NO

<a href="{link1}">{text1}</a>, <a href="{link2}">{text2}</a>


Date: 2007-01-23 06:52
Sender: nobody

Logged In: NO

interesting site


Date: 2007-01-21 17:34
Sender: nobody

Logged In: NO

cool:))


Date: 2007-01-20 13:07
Sender: nobody

Logged In: NO

Chinese food, is a unique, tasty and very common cuisine which usually
consists of two main ingredients. The first being a carbohydrate source
such as rice or noodles. The second component that is used in chinese food
can be vegetables, fish or meat.


Date: 2007-01-19 09:01
Sender: nobody

Logged In: NO

Pamper your pooch and enhance your decor with Art Itself&#039;s beautiful
hand painted designer dog dishes. We offer a variety of designs, colors and
sizes to meet your needs.


Date: 2007-01-19 00:58
Sender: nobody

Logged In: NO

The (IHR) provides resources for historians. These resources include
online articles, free event advertising, MA/PhD study, training courses, an
open-access library and more.


Date: 2007-01-18 20:40
Sender: nobody

Logged In: NO

Enjoy wines from top-rated wine producers around the world from Australia
to Germany to South Africa. A great way to sample a variety of wines from
major wine regions. A GREAT GIFT for wine lovers.


Date: 2007-01-17 16:02
Sender: nobody

Logged In: NO

Bestrecipesforyou.com just got a new and improved look and we hope that
you will like what we’ve done. Our web site was first launched almost ten
years ago....


Date: 2007-01-17 15:48
Sender: nobody

Logged In: NO

The History of Parliament is a major academic project to create a
scholarly reference work describing the members, constituencies and
activities of the Parliament of England and the United Kingdom.


Date: 2007-01-17 10:38
Sender: nobody

Logged In: NO

History of the United States of America.


Date: 2007-01-09 19:51
Sender: nobody

Logged In: NO

Great new site about cock sucking <a
href="http://www.cock-suck.info/asianteen.html">asian teen sucking
cock</a>. Millions pics and movies <a
href="http://www.cock-suck.info/lolsucking.html">lolita sucking cocks</a>!


Date: 2004-12-06 17:44
Sender: avelProject AdminAccepting Donations

Logged In: YES
user_id=188834

Allright, I think I found it. Looks like an off-by-one error.

Line 143 should be like this

- while($this->err_recv < $this->err_len){
+ while($this->err_recv < $this->err_len-1){

This works for me (avelsieve).

Fix also committed to CVS.



Attached File

No Files Currently Attached

Changes ( 5 )

Field Old Value Date By
status_id Open 2004-12-06 17:44 avel
resolution_id None 2004-12-06 17:44 avel
close_date - 2004-12-06 17:44 avel
priority 5 2004-11-29 15:36 avel
assigned_to nobody 2004-11-29 15:36 avel