Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.io.image bob.io.image
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.io.imagebob.io.image
  • Merge requests
  • !45

Include copy of GifQuantizeBuffer function from giflib

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Amir MOHAMMADI requested to merge giflib into master Nov 06, 2020
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 5

From https://github.com/coin3d/simage/pull/33

giflib 5.1.9 and above removes the GifQuantizeBuffer() function used in simage_gif.c (see https://sourceforge.net/p/giflib/bugs/132/ and https://sourceforge.net/p/giflib/bugs/142/).

The fix is either to remove the related check in simage_gif.c or to include a copy of the function as encouraged by giflib, due the util library not being included in installed versions of giflib (license is MIT):

The undocumented and deprecated GifQuantizeBuffer() entry point has been
moved to the util library to reduce libgif size and attack surface.
Applications needing this function are couraged to link the util library or
make their own copy.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: giflib