Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GIMP GIMP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,472
    • Issues 3,472
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 71
    • Merge requests 71
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • GIMPGIMP
  • Repository
Switch branch/tag
  • gimp
  • plug-ins
  • jpeg
  • jpeg-load.c
Find file BlameHistoryPermalink
  • Michael Natterer's avatar
    The plugin allocated memory chunks of constant size to store strings which · 9bceb450
    Michael Natterer authored Dec 08, 1999
    1999-12-08  Michael Natterer  <mitch@gimp.org>
    
    	* plug-ins/common/jpeg.c: The plugin allocated memory chunks of
    	constant size to store strings which are longer when translated,
    	causing buffer overflows. Fixes bug #3897.
    	Replaced some malloc() and free() with g_*() functions and use
    	g_snprintf instead of sprintf.
    9bceb450