Bug 122366 - vulnerability on graphics/sdl_image
Summary: vulnerability on graphics/sdl_image
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-02 05:10 UTC by TsurutaniNaoki
Modified: 2008-05-02 21:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2008-04-02 05:10:02 UTC
	http://www.ciac.org/ciac/bulletins/s-163.shtml

Fix: 

apply patches shown in 
	http://www.libsdl.org/cgi/viewvc.cgi/trunk/SDL_image/CHANGES?view=log
	after releaese of 1.2.6.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-02 05:10:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-04-02 09:07:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-05-02 21:07:05 UTC
miwi        2008-05-02 20:06:59 UTC

  FreeBSD ports repository

  Modified files:
    graphics/sdl_image   Makefile 
  Added files:
    graphics/sdl_image/files patch-IMG_gif.c patch-IMG_lbm.c 
  Log:
  - Fix buffer overflows
  
  PR:             122366
  Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
  Approved by:    maintainer
  Security:       http://www.vuxml.org/freebsd/b1bcab7d-1880-11dd-a914-0016179b2dd5.html
  
  Revision  Changes    Path
  1.35      +1 -0      ports/graphics/sdl_image/Makefile
  1.1       +13 -0     ports/graphics/sdl_image/files/patch-IMG_gif.c (new)
  1.1       +28 -0     ports/graphics/sdl_image/files/patch-IMG_lbm.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-05-02 21:07:09 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!