Re: [MacPorts] #6383: BUG: pan2 gets SEGV when deleting a large number of articles.
#6383: BUG: pan2 gets SEGV when deleting a large number of articles. ------------------------------------+--------------------------------------- Reporter: LuisOrtiz@Verizon.net | Owner: mij@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: Port: pan2 | ------------------------------------+--------------------------------------- Changes (by ryandesign@macports.org): * port: => pan2 Old 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.
New 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. -- -- Ticket URL: <http://trac.macports.org/ticket/6383#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts