Skip to content

Commit 7f90139

Browse files
ppisalinguini1
authored andcommitted
netutils/libshvc: update to correct reply head for non single element CID array
The update enables interoperability with a Silicon-Heaven SHV3 protocol broker implemented in Rust language https://github.com/silicon-heaven/shvbroker-rs New commits from shv-libs4c project https://github.com/silicon-heaven/shv-libs4c - shv_pack_head_reply: correct reply head for non single element CID array When servicing request from the SHV3 protocol version broker itself then CID array is empty and missing TAG_CALLER_IDS for empty array breaks encoding scheme. - shv_process: even in case of unsuccessful attempts to connect respect request to stop The request to stop initiate by signal caused the high priority thread to enter busy-loop and block a system. Check for request to stop (running flag cleared) even in disconnected state after unsuccessful attempt. Signed-off-by: Pavel Pisa <ppisa@pikron.com>
1 parent 27579eb commit 7f90139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netutils/libshvc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include $(APPDIR)/Make.defs
2525
SHVDIR := shv-libs4c
2626

2727
# Commit hash of the supported shv-libs4c revision
28-
SHV_LIBS4C_COMMIT_HASH := a8aa519a85e503a44b819fe3a4919dccc6fd559a
28+
SHV_LIBS4C_COMMIT_HASH := 149cf26b71c73b9d5f59b5b21d5b079b1a1150c1
2929

3030
SHV_LIBS4C_TARGZ := shv-libs4c-$(SHV_LIBS4C_COMMIT_HASH).tar.gz
3131

0 commit comments

Comments
 (0)