Opened 18 years ago

Closed 15 years ago

Last modified 15 years ago

#6383 closed defect (invalid)

BUG: pan2 gets SEGV when deleting a large number of articles.

Reported by: LuisOrtiz@… Owned by: mij@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: jmroot (Joshua Root)
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.

Attachments (2)

article-actions.c.diff (1.4 KB) - added by LuisOrtiz@… 18 years ago.
Proposed patch
article-actions.c.2.diff (1.0 KB) - added by LuisOrtiz@… 18 years ago.
Proposed patch in unified diff format

Download all attachments as: .zip

Change History (10)

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

comment:7 Changed 15 years ago by blb@…

Resolution: invalid
Status: newclosed

Closing, lack of response.

comment:8 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.