Re: [fltk.development] CRIT STR #2881

2012-11-05 Thread Manolo Gouy
Fixing STR #2881 (Check image bounds before allocation) requires to check for failed memory allocation. Without exception handling, I believe the only way to do it is: #include new ... array = new(std::nothrow) char[xxx]; if (!array) longjmp(xxx, 1); which violates the CMP because it

Re: [fltk.development] CRIT STR #2881

2012-11-05 Thread MacArthur, Ian (SELEX GALILEO, UK)
Fixing STR #2881 (Check image bounds before allocation) requires to check for failed memory allocation. Without exception handling, I believe the only way to do it is: #include new ... array = new(std::nothrow) char[xxx]; if (!array) longjmp(xxx, 1); which violates the CMP

Re: [fltk.development] CRIT STR #2881

2012-11-05 Thread MacArthur, Ian (SELEX GALILEO, UK)
Fixing STR #2881 (Check image bounds before allocation) requires to check for failed memory allocation. Without exception handling, I believe the only way to do it is: = #include new ... array = new(std::nothrow) char[xxx]; if (!array) longjmp(xxx, 1); =

Re: [fltk.development] Release 1.3.1 ?

2012-11-05 Thread Matthias Melcher
On 16.10.2012, at 10:42, MacArthur, Ian (SELEX GALILEO, UK) ian.macart...@selexgalileo.com wrote: Reawakening this thread. +1 for 1.3.1 release, with the ABI breaking stuff turned off by default, and calling it 1.3.1 (not .2) Yes. I probably voted before (!) but I'm +1 on just

Re: [fltk.development] CRIT STR #2881

2012-11-05 Thread LZAntal
Hi, On Nov 5, 2012, at 6:00 AM, MacArthur, Ian (SELEX GALILEO, UK) ian.macart...@selexgalileo.com wrote: Fixing STR #2881 (Check image bounds before allocation) requires to check for failed memory allocation. Without exception handling, I believe the only way to do it is: = #include

Re: [fltk.development] CRIT STR #2881

2012-11-05 Thread Ian MacArthur
On 5 Nov 2012, at 20:55, LZAntal wrote: Fixing STR #2881 (Check image bounds before allocation) requires to check for failed memory allocation. Without exception handling, I believe the only way to do it is: = #include new ... array = new(std::nothrow) char[xxx]; if (!array)

Re: [fltk.development] CRIT STR #2881

2012-11-05 Thread LZAntal
Hi, On Nov 5, 2012, at 1:51 PM, Ian MacArthur imacart...@gmail.com wrote: On 5 Nov 2012, at 20:55, LZAntal wrote: Fixing STR #2881 (Check image bounds before allocation) requires to check for failed memory allocation. Without exception handling, I believe the only way to do it is: =

Re: [fltk.development] Release 1.3.1 ?

2012-11-05 Thread Greg Ercolano
On 11/05/12 11:05, Matthias Melcher wrote: On 16.10.2012, at 10:42, MacArthur, Ian (SELEX GALILEO, UK) ian.macart...@selexgalileo.com wrote: Reawakening this thread. +1 for 1.3.1 release, with the ABI breaking stuff turned off by default, and calling it 1.3.1 (not .2) Yes. I