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 880
    • Issues 880
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 43
    • Merge requests 43
  • 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
  • guniprop.c
Find file BlameHistoryPermalink
  • Iain Lane's avatar
    Fix the upper bound in g_unichar_iswide_bsearch · bcbd8d73
    Iain Lane authored May 10, 2016 and Matthias Clasen's avatar Matthias Clasen committed May 10, 2016
    asan noticed an array out of bound access in this function, which was
    because we were accessing G_N_ELEMENTS + 1.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766211
    bcbd8d73