Bug#716119: Reproduced

2014-08-12 Thread Andreas Tille
Hi Martin,

On Mon, Aug 11, 2014 at 06:43:13PM +0200, Martin Steghöfer wrote:
 Can be reproduced with simpler data than the one provided by mayhem, e.g.:
 
 mast:~$ mincdump http://abcdeeef/
 Segmentation fault (core dumped)
 mast:~$ mincdump file:/
 Segmentation fault (core dumped)
 mast:~$ mincdump file:o/
 Segmentation fault (core dumped)
 mast:~$ mincdump file:o/a
 Segmentation fault (core dumped)
 mast:~$ mincdump file:///
 Segmentation fault (core dumped)
 mast:~$ mincdump file://
 Segmentation fault (core dumped)
 
 I've looked into it and it seems that netcdf is to blame for the
 problem. I'm gonna file a bug there.

thanks for your work on this.  Any hint / patch would be really welcome.

Kind regards

  Andreas. 

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#716119: Reproduced

2014-08-12 Thread Martin Steghöfer

El 12/08/14 a les 08:41, Andreas Tille ha escrit:
thanks for your work on this. Any hint / patch would be really 
welcome. Kind regards Andreas. 


I submitted a bug report with a proposed patch to the netcdf package 
yesterday:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757884

In my opinion netcdf is to blame - although, from the netcdf point of 
view, you could argue that the URIs have to be checked (in mincdump) for 
valid form before passing them on. However, their documentation doesn't 
say anything about it. They also *try* to check the validity during 
parsing, but fail in some cases. So I think the parsing in netcdf is the 
place to fix this (see my patch submitted there).


Cheers,
Martin


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#716119: Reproduced

2014-08-11 Thread Martin Steghöfer

Can be reproduced with simpler data than the one provided by mayhem, e.g.:

mast:~$ mincdump http://abcdeeef/
Segmentation fault (core dumped)
mast:~$ mincdump file:/
Segmentation fault (core dumped)
mast:~$ mincdump file:o/
Segmentation fault (core dumped)
mast:~$ mincdump file:o/a
Segmentation fault (core dumped)
mast:~$ mincdump file:///
Segmentation fault (core dumped)
mast:~$ mincdump file://
Segmentation fault (core dumped)

I've looked into it and it seems that netcdf is to blame for the 
problem. I'm gonna file a bug there.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org