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 ( status != SANE_STATUS_GOOD )
                goto cleanup;

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html

Attachment: signature.asc
Description: Digital signature

Reply via email to