Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • QEMU QEMU
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 611
    • Issues 611
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

GitLab 15.0 has launched! Please visit Breaking changes in 15.0 and 15.0 Removals to see which breaking changes may impact your workflow.

  • QEMU
  • QEMUQEMU
  • Repository
Switch branch/tag
  • qemu
  • hw
  • net
  • pcnet.c
Find file BlameHistoryPermalink
  • Alexander Bulekov's avatar
    pcnet: switch to use qemu_receive_packet() for loopback · 99ccfaa1
    Alexander Bulekov authored Mar 01, 2021 and Jason Wang's avatar Jason Wang committed Mar 15, 2021
    This patch switches to use qemu_receive_packet() which can detect
    reentrancy and return early.
    
    This is intended to address CVE-2021-3416.
    
    Cc: Prasad J Pandit <ppandit@redhat.com>
    Cc: qemu-stable@nongnu.org
    Buglink: https://bugs.launchpad.net/qemu/+bug/1917085
    
    
    Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com
    Signed-off-by: Alexander Bulekov's avatarAlexander Bulekov <alxndr@bu.edu>
    Signed-off-by: Jason Wang's avatarJason Wang <jasowang@redhat.com>
    99ccfaa1

Replace pcnet.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.