This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LoggerSM bug not fixed in UIA 2.00.1.34

Hello everyone,

In the latest UIA release "2.00.1.34"

A bug we found in the LoggerSM source code and where we provide the solution is not fixed in the release.
More details on the bug here

Could you explain to us why it was NOT fixed ?
and why it doesn't appear in the "known issues" section of the release notes ?

Regards,

Clement

  • Hi Clement,

    The UIA 2.00.01.34 release went out Jun 10, although it was not publicly available as a stand-alone release until a couple of days ago.  This bug was reported in July, so it is going in the next UIA release.  This is the fix that went into LoggerSM_overwriteDecoded() for the next release.

             memcpy(writePtr, tempArray, len);
    -         writePtr += MAU_TO_BITS32(len);
    +         writePtr += len;

    The next UIA release will most likely be in October.

    Best regards,

        Janet

  • Hi Janet,

    It clears things up.
    The fix is correct.

    Thanks,
    Clement