summaryrefslogtreecommitdiff |
diff options
author | Michal Hocko <mhocko@suse.com> | 2018-11-30 16:57:27 +0100 |
---|---|---|
committer | Michal Hocko <mhocko@suse.com> | 2018-11-30 16:57:27 +0100 |
commit | 7a72692bcec41eda5df065975528bdbb22346cf8 (patch) | |
tree | 442dd7a950c1d63d82be8660fdf48939f60afc1e | |
parent | 4b3111154fd638f5835eeb28f2e30ba7addc046e (diff) |
Update patches.drivers/lib-add-error-checking-to-hex2binrpm-3.0.101-108.84
(bsc#1107829 CVE-2018-14633).
-rw-r--r-- | patches.drivers/lib-add-error-checking-to-hex2bin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches.drivers/lib-add-error-checking-to-hex2bin b/patches.drivers/lib-add-error-checking-to-hex2bin index c328583117..9ae2b4aaa3 100644 --- a/patches.drivers/lib-add-error-checking-to-hex2bin +++ b/patches.drivers/lib-add-error-checking-to-hex2bin @@ -3,7 +3,7 @@ Date: Tue, 20 Sep 2011 11:23:49 -0400 Subject: lib: add error checking to hex2bin Git-commit: b78049831ffed65f0b4e61f69df14f3ab17922cb Patch-mainline: v3.2-rc1 -References: bsc#11078229 CVE-2018-14633 +References: bsc#1107829 CVE-2018-14633 hex2bin converts a hexadecimal string to its binary representation. The original version of hex2bin did not do any error checking. This |