ffmpeg: fix for CVE-2022-3965

Without a CVE tag, It will be recognised as Unpatched by cve_check task.

(From OE-Core rev: afc21d7fe86d26bf62e56fc611750f89fe73aa1a)

Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
mark.yang
2023-12-19 22:25:44 +09:00
committed by Steve Sakoman
parent 3b8c412b7f
commit 558325482c

View File

@@ -5,6 +5,7 @@ Subject: [PATCH] avcodec/smcenc: stop accessing out of bounds frame
Upstream-Status: Backport [https://github.com/FFmpeg/FFmpeg/commit/13c13109759090b7f7182480d075e13b36ed8edd]
CVE: CVE-2022-3965
Signed-off-by: <narpat.mali@windriver.com>
---