Re: [Plplot-devel] [PATCH] c_plfill array out of bounds access

2009-04-16 Thread Alan W. Irwin
On 2009-04-16 09:37+0200 Mark de Wever wrote: > Hi, > > When using plfill with arrays with too many elements, the number of elements > used gets reduced to PL_MAXPOLY. If the values of the last elements are not > equal to the first elements the number of elements is increased and the > arrays w

Re: [Plplot-devel] Problem with MSYS

2009-04-16 Thread Werner Smekal
Hi Arjen, On 16.04.2009, at 13:56, Arjen Markus wrote: > Hi Werner, > > I now have more information on the issue with F90/95: > >>> - Something goes wrong with F90 - I have not had a chance yet >>> to determine the cause, but it looks like a mistake in the library >>> name or similar. >>> > > I

Re: [Plplot-devel] Problem with MSYS

2009-04-16 Thread Arjen Markus
Hi Werner, I now have more information on the issue with F90/95: > >> - Something goes wrong with F90 - I have not had a chance yet >> to determine the cause, but it looks like a mistake in the library >> name or similar. >> It turns out that the DLL contains symbols like _plplot_MP_pladv (

[Plplot-devel] [PATCH] c_plfill array out of bounds access

2009-04-16 Thread Mark de Wever
Hi, When using plfill with arrays with too many elements, the number of elements used gets reduced to PL_MAXPOLY. If the values of the last elements are not equal to the first elements the number of elements is increased and the arrays will be written beyond their bounds. The bound_overflow p