diff options
| author | Narpat Mali <narpat.mali@windriver.com> | 2023-02-08 17:34:24 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-09 15:56:25 -0800 |
| commit | 5ae6f9434f44a57389a3f52dce17da6fe5928e1f (patch) | |
| tree | af9cba27a9193ab047bd1b4b98221d356793cea3 /meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb | |
| parent | f9c9e7a448b9d9f7d54bbf09970223db467eedb2 (diff) | |
| download | meta-openembedded-5ae6f9434f44a57389a3f52dce17da6fe5928e1f.tar.gz | |
net-snmp: CVE-2022-44792 & CVE-2022-44793 Fix NULL Pointer Exception
References:
https://nvd.nist.gov/vuln/detail/CVE-2022-44792
https://nvd.nist.gov/vuln/detail/CVE-2022-44793
Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb')
| -rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb index 78d711fbfd..f40fb8bbd6 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb | |||
| @@ -27,6 +27,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \ | |||
| 27 | file://reproducibility-have-printcap.patch \ | 27 | file://reproducibility-have-printcap.patch \ |
| 28 | file://0001-ac_add_search_path.m4-keep-consistent-between-32bit.patch \ | 28 | file://0001-ac_add_search_path.m4-keep-consistent-between-32bit.patch \ |
| 29 | file://0001-Add-noreturn-attribute-to-netsnmp_pci_error.patch \ | 29 | file://0001-Add-noreturn-attribute-to-netsnmp_pci_error.patch \ |
| 30 | file://CVE-2022-44792-CVE-2022-44793.patch \ | ||
| 30 | " | 31 | " |
| 31 | SRC_URI[sha256sum] = "2097f29b7e1bf3f1300b4bae52fa2308d0bb8d5d3998dbe02f9462a413a2ef0a" | 32 | SRC_URI[sha256sum] = "2097f29b7e1bf3f1300b4bae52fa2308d0bb8d5d3998dbe02f9462a413a2ef0a" |
| 32 | 33 | ||
