[sane-devel] sigsegv with avision

Henning Meier-Geinitz henning@meier-geinitz.de
Tue, 6 May 2003 11:09:36 +0200


Hi,

On Tue, May 06, 2003 at 02:05:34AM +0200, Franz Bakan wrote:
> Hi,
> when I compile the current CVS with avision backend included in backend/makefile
> I get a coredump when executing scanimage or scanimage -L  (on OS/2)

Good spot. It doesn't fin its config file (avision.conf). There is no
test if fp > 0 after:

  fp = sanei_config_open (AVISION_CONFIG_FILE);
   
The backend crashed here also if I remove the config file.

Bye,
  Henning