Bleep bloop. Greetings Tiago Matos, I am a robot and I have tried out your patch. Thanks for your contribution.
I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: The subject, '<area>: <summary>', is over 70 characters, i.e., 437. WARNING: The subject summary should start with a capital. Subject: Fix sha1: Use size_t for buffer lengths to support inputs >4GB The sha1_update() and sha1_bytes() functions previously accepted buffer lengths as uint32_t, which silently truncated larger size_t values passed by callers. This manifested as incorrect SHA1 hashes when compacting an OVSDB database larger than 4GB: the truncated length was forwarded to OpenSSL's EVP_DigestUpdate(), causing it to hash only the low 32 bits' worth of bytes. Please check this out. If you feel there has been an error, please email [email protected] Thanks, 0-day Robot _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
