[Windows] Fix calculating credential blob size - #8
Conversation
|
According to Devin, this PR isn't a correct fix: SIL.PasswordStore/Provider/WindowsProvider.cs:R28-34 Stored passwords can come back with extra garbage characters appended The saved password is now recorded with a length that excludes its end marker ( Blob length excludes the terminating NUL while the reader scans for one
Fix: read using the known length, e.g. When asked if the existing code on |
It's fine, just needs merging #7 also. |
|
If the two PRs are so tightly coupled, please combine them into a single PR. |
Earlier unecessary terminal sign was added to end of string.