From: Omkar Patil <omkar.pa...@kpit.com> Correction of backport link inside the patch with correct commit link as below Link: https://github.com/curl/curl/commit/cb49e67303dbafbab1cebf4086e3ec15b7d56ee5
Variable type change from long to unsigned char as per the original patch Signed-off-by: Sourav Kumar Pramanik <pramanik.souravku...@gmail.com> --- meta/recipes-support/curl/curl/CVE-2023-27536.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/curl/curl/CVE-2023-27536.patch b/meta/recipes-support/curl/curl/CVE-2023-27536.patch index fb3ee6a14d..51a5c0eef1 100644 --- a/meta/recipes-support/curl/curl/CVE-2023-27536.patch +++ b/meta/recipes-support/curl/curl/CVE-2023-27536.patch @@ -3,7 +3,7 @@ From: Daniel Stenberg <dan...@haxx.se> Date: Fri, 10 Mar 2023 09:22:43 +0100 Subject: [PATCH] url: only reuse connections with same GSS delegation -Upstream-Status: Backport from [https://github.com/curl/curl/commit/af369db4d3833272b8ed443f7fcc2e757a0872eb] +Upstream-Status: Backport from [https://github.com/curl/curl/commit/cb49e67303dbafbab1cebf4086e3ec15b7d56ee5] CVE: CVE-2023-27536 Signed-off-by: Signed-off-by: Mingli Yu <mingli...@windriver.com> Signed-off-by: Siddharth Doshi <sdo...@mvista.com> @@ -44,7 +44,7 @@ index 6e6122a..602c735 100644 int socks5_gssapi_enctype; #endif unsigned short localport; -+ long gssapi_delegation; /* inherited from set.gssapi_delegation */ ++ unsigned char gssapi_delegation; /* inherited from set.gssapi_delegation */ }; /* The end of connectdata. */ -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#181765): https://lists.openembedded.org/g/openembedded-core/message/181765 Mute This Topic: https://lists.openembedded.org/mt/99146414/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-