secp256k1 icon indicating copy to clipboard operation
secp256k1 copied to clipboard

msan: notate more variable assignments from assembly code

Open theuni opened this issue 3 months ago • 3 comments

This was missed in 31ba40494428dcbf2eb5eb6f2328eca91b0b0746 because older versions of clang did not complain about it. But clang-17, at least, does.

The array-as-a-param makes this annoying because sizeof(l) is not helpful. I'd be happy to change the size calculation if there are any better suggestions or strong preferences.

theuni avatar Mar 27 '24 15:03 theuni