Opened 18 years ago

Last modified 15 years ago

#6383 closed defect

BUG: pan2 gets SEGV when deleting a large number of articles. — at Initial Version

Reported by: LuisOrtiz@… Owned by: mij@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: pan2

Description

pan2 is using g_newa to allocate a variable sized array on the stack to hold a list of articles. When the number is too large, g_newa throws a SEGV. Large allocations should NOT be done on the stack.

Change History (2)

Changed 18 years ago by LuisOrtiz@…

Attachment: article-actions.c.diff added

Proposed patch

Changed 18 years ago by LuisOrtiz@…

Attachment: article-actions.c.2.diff added

Proposed patch in unified diff format

Note: See TracTickets for help on using tickets.