Bug#326971: imview: Loading image causes stack smash?

2006-01-11 Thread Teemu Ikonen
I could not reproduce this bug with the image at http://justinpryzby.com/astro/m27.0001.Dumbbell_Nebula.FIT This FITS file loads fine, but is shown as all zeros. Thus, the support for FITS is broken, but don't see any crashes, string corruption or such. Could you check if you can repeat the

Bug#326971: imview: Loading image causes stack smash?

2006-01-11 Thread Justin Pryzby
On Wed, Jan 11, 2006 at 11:55:28PM +0200, Teemu Ikonen wrote: I could not reproduce this bug with the image at http://justinpryzby.com/astro/m27.0001.Dumbbell_Nebula.FIT This FITS file loads fine, but is shown as all zeros. Thus, the support for FITS is broken, but don't see any crashes,

Bug#326971: imview: Loading image causes stack smash?

2005-09-17 Thread Florian Weimer
* Justin Pryzby: I was trying to load a FITS image, and I think I caused a stack smash. imview should certainly protect itself against that .. it should never read in more data than there is in a file (reading past the end of an mmap, or such), and it should never write more data to a buffer

Bug#326971: imview: Loading image causes stack smash?

2005-09-17 Thread Justin Pryzby
On Sat, Sep 17, 2005 at 06:37:37PM +0200, Florian Weimer wrote: * Justin Pryzby: I was trying to load a FITS image, and I think I caused a stack smash. imview should certainly protect itself against that .. it should never read in more data than there is in a file (reading past the end of

Bug#326971: imview: Loading image causes stack smash?

2005-09-06 Thread Justin Pryzby
Package: imview Version: 1.1.8-1 Severity: important Tags: security, upstream I was trying to load a FITS image, and I think I caused a stack smash. imview should certainly protect itself against that .. it should never read in more data than there is in a file (reading past the end of an mmap,