Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P Pacman
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
    • Locked files
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 27
    • Merge requests 27
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Pacman
  • Pacman
  • Repository
  • pacman
  • lib
  • libalpm
  • dload.c
Find file BlameHistoryPermalink
  • Allan McRae's avatar
    Avoid NULL deference in curl_check_finished_download · 471a0304
    Allan McRae authored Dec 13, 2022
    
    
    We have not set handle in the function at this stage, so we can not
    assign an error to it.  Pass the handle to the function to avoid
    waiting until the payload is retrieved.
    
    Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
    471a0304