sane-wasm icon indicating copy to clipboard operation
sane-wasm copied to clipboard

Memory Access Violation on SANE's test backend

Open goncalomb opened this issue 1 year ago • 0 comments

During the sane-wasm build we are suppose to set number_of_devices to 0 (test backend). But I've discovered an issue with that option, see build.sh comment:

https://github.com/goncalomb/sane-wasm/blob/3100bc98c037cd8ff63ea19c8dd98e3f13931b2f/build.sh#L236-L251

The issue is most likely on the file backends/backend/test.c.

The backends patch should be updated to include the fix: https://github.com/goncalomb/sane-wasm/tree/master/deps. And bonus points for fixing it upstream: https://gitlab.com/sane-project/backends/-/issues.

goncalomb avatar Apr 28 '23 15:04 goncalomb