libsigrok/hardware/openbench-logic-sniffer
Bert Vermeulen 2e5b73c00c ols: Fix stack clobbering at start of acquisition
This off-by-one was clobbering the stack since introduced in a803c0db4d.
However it only set one bit, and that generally appears to have been set
already, so this rarely affected anything. But when it did, it affected
a pointer, causing a segfault.
2013-04-22 13:33:31 +02:00
..
Makefile.am ols: Split into api.c and protocol.[ch]. 2012-12-24 13:44:52 +01:00
api.c ols: Fix stack clobbering at start of acquisition 2013-04-22 13:33:31 +02:00
protocol.c ols: Properly initialize operational state before start 2013-04-15 18:28:43 +02:00
protocol.h ols: Properly initialize operational state before start 2013-04-15 18:28:43 +02:00