mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-09 23:28:06 -05:00
testbn: add a missing initialisation in argument setup.
The code that parses hexadecimal test arguments out of test lines writes them into a buffer in binary form, and sets ptrs[i] to be the starting point of each argument. The idea is that ptrs[i+1]-ptrs[i] is the length of each argument - but for that to apply to the _final_ argument, we need to have set one final element in ptrs[], which I forgot to do.
This commit is contained in:
parent
b2078a3c51
commit
915be1f6f0