debian/changelog: Comma-separate multiple CVE IDs for the same change

This commit is contained in:
Ben Hutchings 2020-04-22 04:02:55 +01:00
parent 9570b230d4
commit efae16e787
1 changed files with 1 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1224,7 +1224,7 @@ linux (4.19.117-1) UNRELEASED; urgency=medium
- usb: core: hub: fix unhandled return by employing a void function
- usb: core: hub: do error out if usb_autopm_get_interface() fails
- usb: core: port: do error out if usb_autopm_get_interface() fails
- vgacon: Fix a UAF in vgacon_invert_region (CVE-2020-8647 CVE-2020-8649)
- vgacon: Fix a UAF in vgacon_invert_region (CVE-2020-8647, CVE-2020-8649)
- mm, numa: fix bad pmd by atomically check for pmd_trans_huge when
marking page tables prot_numa
- mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()