Bug#698010: apport crash in messeage encoding

2013-02-05 Thread Ritesh Raj Sarraf
On Wednesday 06 February 2013 12:00 AM, Dmitry Shachnev wrote: > This patch *should* fix the bug: > > --- apport/crashdb_impl/debian.py 2013-01-04 10:39:47 + > +++ apport/crashdb_impl/debian.py 2013-02-05 18:18:45 + > @@ -88,7 +88,7 @@ > > temp.file.seek(0) > > -

Bug#698010: apport crash in messeage encoding

2013-02-05 Thread Dmitry Shachnev
This patch *should* fix the bug: --- apport/crashdb_impl/debian.py 2013-01-04 10:39:47 + +++ apport/crashdb_impl/debian.py 2013-02-05 18:18:45 + @@ -88,7 +88,7 @@ temp.file.seek(0) -msg = MIMEText(temp.file.read()) +msg = MIMEText(temp.file.read().d