Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 884
    • Issues 884
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 47
    • Merge requests 47
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • GLib
  • Repository
Switch branch/tag
  • glib
  • glib
  • tests
  • markups
  • fail-51.gmarkup
Find file BlameHistoryPermalink
  • Philip Withnall's avatar
    gmarkup: Fix crash in error handling path for closing elements · fccef3cc
    Philip Withnall authored Jul 30, 2018
    
    
    If something which looks like a closing tag is left unfinished, but
    isn’t paired to an opening tag in the document, the error handling code
    would do a null pointer dereference. Avoid that, at the cost of
    introducing a new translatable error message.
    
    Includes a test case, courtesy of pdknsk.
    Signed-off-by: Philip Withnall's avatarPhilip Withnall <withnall@endlessm.com>
    
    https://gitlab.gnome.org/GNOME/glib/issues/1461
    fccef3cc