FLTK logo

Re: [fltk/fltk] Fix stack corruption when loading GIF (#200)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [fltk/fltk] Fix stack corruption when loading GIF (#200) ManoloFLTK Mar 17, 2021  
 

Many thanks for this find.

I have seen that the highest index in the OutCode array necessary
when reading your .gif file is 1178, which is indeed higher than the 1024 assigned
to that array in the present code. So we definitely need to change that value.

My question is: do you have a basis for setting the size of OutCode to 4096?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.