By Dmitry, 14 February, 2025 Forums Gurux.DLMS Hi, Mikko! In DLMS.c in function: void bi_append(bigInteger* arr, uint32_t value) { arr->data[arr->size] = value; ++arr->size; arr->isNegative |= value < 0; } value has uint32_t type and check to < 0. Please, check it. Hi, Thank you for pointing… Hi, Thank you for pointing this out. This check is removed for the next release. BR, Mikko Log in or register to post comments
Hi, Thank you for pointing… Hi, Thank you for pointing this out. This check is removed for the next release. BR, Mikko
Hi, Thank you for pointing…
Hi,
Thank you for pointing this out. This check is removed for the next release.
BR,
Mikko