Skip to content

Commit 6d2099a

Browse files
committed
Fixed a crash bug for the 'readCoils' and 'readDiscreteInputs' functions when the bit offset was not a multiple of 8
1 parent 4c4c227 commit 6d2099a

File tree

15 files changed

+26
-18
lines changed

15 files changed

+26
-18
lines changed

bin/Ubuntu/x64/libcore.so

0 Bytes
Binary file not shown.

bin/Ubuntu/x64/libcore.so.0

0 Bytes
Binary file not shown.

bin/Ubuntu/x64/libcore.so.0.1

0 Bytes
Binary file not shown.

bin/Ubuntu/x64/libcore.so.0.1.2

-931 KB
Binary file not shown.

bin/Ubuntu/x64/server

0 Bytes
Binary file not shown.

bin/Windows/x64/client.exe

0 Bytes
Binary file not shown.

bin/Windows/x64/core.dll

0 Bytes
Binary file not shown.

bin/Windows/x64/server.exe

0 Bytes
Binary file not shown.

bugfix.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ Fix server-side bug when saving/exporting device
2323

2424
# 0.1.3
2525

26-
Fix 'ByteArray'-format DataView issue
26+
Fix 'ByteArray'-format DataView issue
27+
28+
# 0.1.4
29+
30+
Fixed a crash bug for the 'readCoils' and 'readDiscreteInputs' functions when the bit offset was not a multiple of 8

0 commit comments

Comments
 (0)