#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)
Change History (10)
Changed 19 years ago by LuisOrtiz@…
Attachment: | article-actions.c.diff added |
---|
Changed 19 years ago by LuisOrtiz@…
Attachment: | article-actions.c.2.diff added |
---|
Proposed patch in unified diff format
comment:1 Changed 19 years ago by LuisOrtiz@…
attachments.isobsolete: | 0 → 1 |
---|
comment:2 Changed 18 years ago by pipping@…
Milestone: | → Available Ports |
---|
comment:3 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Bugs |
---|
comment:4 Changed 17 years ago by nox@…
Priority: | Expected → Normal |
---|---|
Version: | 1.0 |
comment:5 Changed 17 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 16 years ago by blb@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing, lack of response.
Note: See
TracTickets for help on using
tickets.
Proposed patch