GNOME Bugzilla – Bug 306666
balsa: new user initialisation segfault
Last modified: 2006-08-07 22:06:17 UTC
Distribution/Version: Debian GNU/Linux (unstable) Debian BTS: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312083 Submitter: Daniele Giacomini <daniele@swlibero.org> Backtrace was generated from '/usr/bin/balsa' (no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". (no debugging symbols found) `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols. (no debugging symbols found) ... [Thread debugging using libthread_db enabled] [New Thread -1228552896 (LWP 9139)] (no debugging symbols found) ... 0xb74ab53e in __waitpid_nocancel () from /lib/tls/libpthread.so.0
+ Trace 60620
Thread 1 (Thread -1228552896 (LWP 9139))
Created attachment 47326 [details] [review] Proposed patch There was a race and incorrect buffer length test in guessing the email addres. Please check the attached patch.
Closing the report. Current CVS version not only assures that the buffer sizes are right but also checks results of IO operations.