Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libxml2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 91
    • Issues 91
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • libxml2
  • Repository

Switch branch/tag
  • libxml2
  • parser.c
Find file BlameHistoryPermalink
  • Pranjal Jumde's avatar
    Heap use-after-free in xmlSAX2AttributeNs · 38eae571
    Pranjal Jumde authored Mar 07, 2016 and Daniel Veillard's avatar Daniel Veillard committed May 23, 2016
    For https://bugzilla.gnome.org/show_bug.cgi?id=759020
    
    * parser.c:
    (xmlParseStartTag2): Attribute strings are only valid if the
    base does not change, so add another check where the base may
    change.  Make sure to set 'attvalue' to NULL after freeing it.
    * result/errors/759020.xml: Added.
    * result/errors/759020.xml.err: Added.
    * result/errors/759020.xml.str: Added.
    * test/errors/759020.xml: Added test case.
    38eae571

Replace parser.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.