-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #507 in LibTomCrypt #3320
Conversation
It would at least be preferable to have a Signed-off-by. |
I'd rather have a clearer subject, too, such as "libtomcrypt: fix vulnerability in der_decode_utf8_string()". +1 for the S-o-b, although I think having Joakim as the author and first S-o-b could be OK, since it is clearly mentioned in the commit text who the original author is (and the S-o-b exactly means that you acknowledge that the patch is suitable for inclusion in OP-TEE). Last thing: we will want that to be merged in the import branch first (well, order does not really matter actually). |
@jbech-linaro @jenswi-linaro yes, having a Signed-off-by tag is fine with me, go ahead. |
I can do that, but why is that necessary?
Thanks! |
I wanted to keep it close to the original message, so it should be somewhat easy to identify. I can extend the subject a bit. |
Actually I think it's best to do it on the import branch first in order to refer to that commit when cherry-picking for master. That's how we keep track of local modifications. |
Fair enough, I would also keep the original text in general but TBH this commit subject is quite useless when seen by itself (such as when browsing |
|
Fix a vulnerability in der_decode_utf8_string as specified here: libtom/libtomcrypt#507 Patch manually picked from: libtom/libtomcrypt@25c26a3 Signed-off-by: Luigi Coniglio <[email protected]> [Joakim Bech: Extended commit message] Signed-off-by: Joakim Bech <[email protected]> Acked-by: Joakim Bech <[email protected]> Tested-by: Joakim Bech <[email protected]> (QEMU v7) Acked-by: Jerome Forissier <[email protected]>
2e3804e
to
e0643f4
Compare
Same patch (force) pushed here as we just merged to the import branch. |
@werew FYI and btw, we tend to use "Signed-off-by" tags in patches in our tree, so I wonder, is it OK if I add the following to the commit message?
Fix a vulnerability in der_decode_utf8_string as specified here:
libtom/libtomcrypt#507
Patch created by @werew and manually picked from:
libtom/libtomcrypt@25c26a3