Second try to fix problem with null-pointer in sane_control_option()

merge-requests/1/head
Peter Kirchgessner 2003-04-14 19:31:48 +00:00
rodzic 3b43770843
commit 1f9d47cd6c
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,8 @@
2003-04-14 Peter Kirchgessner <peter@kirchgessner.net>
* backend/hp.c: Check pointers received in sane_control_option().
Caused saned to crash on scanimage --help -d net:localhost:hp:...
* backend/hp.c, hp-option.c: Check pointers received in
sane_control_option(). Caused saned to crash on
scanimage --help -d net:localhost:hp:...
2003-04-13 Henning Meier-Geinitz <henning@meier-geinitz.de>