Bug#398153: Microtek2: Missing error handler can cause segfaults

2006-11-12 Thread Julien BLACHE
Bas Wijnen [EMAIL PROTECTED] wrote: Hi, A missing error handler in backend/microtek2.c leads to a segfault if an error occurs there. In function sane_start, after the line with status = read_cx_shading(ms); The usual error check should be added: if ( status !=

Bug#398153: Microtek2: Missing error handler can cause segfaults

2006-11-11 Thread Bas Wijnen
Package: sane-backends Version: 1.0.18 Tags: patch Severity: minor A missing error handler in backend/microtek2.c leads to a segfault if an error occurs there. In function sane_start, after the line with status = read_cx_shading(ms); The usual error check should be added: if (