Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 3bcb8abab883
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2b4e628afd61
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 9, 2020

  1. qemu: apply patch for CVE-2020-27617

    An assert(3) failure issue was found in the networking helper functions of QEMU. It could occur in the eth_get_gso_type() routine, if a packet does not have a valid networking L3 protocol (ex. IPv4, IPv6) value. A guest user may use this flaw to crash the QEMU process on the host resulting in DoS scenario.
    
    Fixes: CVE-2020-27617
    (cherry picked from commit 0c54b75)
    mweinelt committed Nov 9, 2020
    Copy the full SHA
    48a737c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Merge pull request #103246 from NixOS/20.09/qemu

    [20.09] qemu: apply patch for CVE-2020-27617
    Ma27 committed Nov 10, 2020
    Copy the full SHA
    2b4e628 View commit details
    Browse the repository at this point in the history