miximus icon indicating copy to clipboard operation
miximus copied to clipboard

is "cm" bitness ensured?

Open kobigurk opened this issue 6 years ago • 2 comments

  1. It's initialized here: https://github.com/barryWhiteHat/miximus/blob/7ef365fb818492a2e6c4ec06956f70baf20cf76b/src/main.cpp#L95
  2. Witnessed here:https://github.com/barryWhiteHat/miximus/blob/7ef365fb818492a2e6c4ec06956f70baf20cf76b/src/main.cpp#L169
  3. Thought maybe your unpacker does it, but it's called with false: https://github.com/barryWhiteHat/miximus/blob/7ef365fb818492a2e6c4ec06956f70baf20cf76b/src/main.cpp#L141

I'd ideally print the constraints related to these variables to see if there are any related to bitness, but didn't have the time.

kobigurk avatar Jul 01 '18 11:07 kobigurk

Hi Kobi, Thanks for taking a look. That is definitely an issue. Made a fix for it.

https://github.com/barryWhiteHat/miximus/pull/27

barryWhiteHat avatar Jul 12 '18 11:07 barryWhiteHat

Another issue https://github.com/barryWhiteHat/semaphore/issues/8

barryWhiteHat avatar Jul 23 '18 06:07 barryWhiteHat