kopia lustrzana https://gitlab.com/sane-project/backends
2000-12-23 Henning Meier-Geinitz <hmg@gmx.de>
* TODO: Removed entry about net/saned crashes. * backend/net.c: Fixed segfault when using SANE_TYPE_STRING options (e.g. scanimage on localhost). Added checks to prevent other segfaults. Fixed some warnings. * backend/snapscan.desc: Changed to use new homepage.DEVEL_2_0_BRANCH-1
rodzic
4942ac24b9
commit
a47c50a4eb
13
TODO
13
TODO
|
@ -1,4 +1,4 @@
|
|||
TODO (2000-12-17)
|
||||
TODO (2000-12-23)
|
||||
|
||||
******** todo ********
|
||||
|
||||
|
@ -27,10 +27,6 @@ backends
|
|||
- microtek
|
||||
|
||||
* check net/saned
|
||||
- net backend segfaults sometimes when connected to localhost. Enabling
|
||||
debug output sometimes prevents segfaults. Cause of the problem:
|
||||
Copying SANE_TYPE_STRINGs up to their maximum size in
|
||||
SANE_Option_Descriptor (strings may be shorter then size).
|
||||
- sometimes saned+net freezes right after a scan
|
||||
- don't just ignore the byte-order for the image data (needed to
|
||||
support depths > 8 bits/channel)
|
||||
|
@ -48,7 +44,7 @@ backends
|
|||
* pnm: add more options for testing (e.g. arrays and read-only options)
|
||||
|
||||
* dc210 and jpeg stuff: move sanei_* functions to sanei/ (if they are
|
||||
necssary).
|
||||
necessary).
|
||||
|
||||
* nec: Remove references to sharp backend (grep for "JX").
|
||||
|
||||
|
@ -118,7 +114,10 @@ misc
|
|||
Maybe something like --network-client-only or --disable-local-devices.
|
||||
|
||||
******** done ********
|
||||
|
||||
* net backend segfaults sometimes when connected to localhost. Enabling
|
||||
debug output sometimes prevents segfaults. Cause of the problem:
|
||||
Copying SANE_TYPE_STRINGs up to their maximum size in
|
||||
SANE_Option_Descriptor (strings may be shorter then size).
|
||||
* compilation of most backends break with OS/2 and gcc because the
|
||||
option -ansi doesn't seem to like sigset_t ?
|
||||
* Check for shm.h in configure
|
||||
|
|
Ładowanie…
Reference in New Issue