Bug#727098: #727098: infinite loop in python-exif

2014-10-06 Thread Walter Valenti
- Messaggio originale - > Da: W. Martin Borgert > A: Walter Valenti > Cc: 727...@bugs.debian.org > Inviato: Lunedì 6 Ottobre 2014 14:29 > Oggetto: Re: #727098: infinite loop in python-exif > > Quoting Walter Valenti : > >> This is an example file. > > I can't reproduce the bug with

Bug#727098: #727098: infinite loop in python-exif

2014-10-06 Thread W. Martin Borgert
Quoting Walter Valenti : This is an example file. I can't reproduce the bug with this file: $ /usr/share/pyshared/EXIF.py 133914-tux_wuz_here_1920_1200.jpg 133914-tux_wuz_here_1920_1200.jpg: No EXIF information found Was is the correct one? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ.

Bug#727098: #727098: infinite loop in python-exif

2014-10-04 Thread W. Martin Borgert
On 2013-10-22 10:36, Walter Valenti wrote: > On /usr/share/pyshared/EXIF.py, > when the condition is: data[base:base+2]=='\xFF\xEC' (line 1717), > the "while 1" cicle (line 1670), should end with a break. > Currently with the condition data[base:base+2]=='\xFF\xEC' > it goes in infinite loop. Wal