Opened 18 years ago

Last modified 15 years ago

#6383 closed defect

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

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 (8)

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

comment:1 Changed 18 years ago by LuisOrtiz@…

attachments.isobsolete: 01

comment:2 Changed 17 years ago by pipping@…

Milestone: Available Ports

comment:3 Changed 17 years ago by pipping@…

Milestone: Available PortsPort Bugs

comment:4 Changed 17 years ago by nox@…

Priority: ExpectedNormal
Version: 1.0

comment:5 Changed 16 years ago by jmroot (Joshua Root)

Cc: jmr@… added

Were these patches submitted upstream? Is the bug present in the current version?

comment:6 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: pan2 added
Note: See TracTickets for help on using tickets.