Skip to content

Hotfix 13774

alexey.stratulat requested to merge hotfix-13774 into master

Updated dap-sdk

In dap_time_from_str_simplified, a check has been added to check that strptime returns an empty string; if it returns NULL or a number, then the conversion is considered invalid and 0 is returned.

Updated cellframe-sdk

Fixed the check that if the ts_create of a block is greater than the specified one, then the loop over blocks will be exited, and the iteration should continue.

Merge request reports

Loading