clearday4

Results 2 issues of clearday4

Hello. sha1_transform() in the sha1.c declares a block[1] of union type, which is union char64long16 { uint8_t c[64]; uint32_t l[16]; }; and access until block->l[79] by R0 MACRO. It makes...

I'm testing the PUSH/PULL socket using TCP transport. If IPv4only option was disabled, and try to connect with IPv4 address, the destination address resolved AF_INET, but local address which the...