Bug 114367 - Fix crash on JPEG metadata exceptions in graphics/Gwenview
Summary: Fix crash on JPEG metadata exceptions in graphics/Gwenview
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: Markus Brueffer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-06 20:30 UTC by Michael Nottebrock
Modified: 2007-08-08 16:40 UTC (History)
1 user (show)

See Also:


Attachments
gwenview.diff (1.32 KB, patch)
2007-07-06 20:30 UTC, Michael Nottebrock
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Nottebrock freebsd_committer freebsd_triage 2007-07-06 20:30:04 UTC
	Gwenview 1.4.1 as distributed contains a bug that can cause
	crashes when invalid JPEG metadata is encountered.

Fix: The attached patch fixes the problem (Obtained from: KDE SVN).
How-To-Repeat: 	http://bugs.kde.org/show_bug.cgi?id=138467
Comment 1 Michael Nottebrock freebsd_committer freebsd_triage 2007-07-06 20:35:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->markus

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-08 16:33:17 UTC
lofi        2007-08-08 15:33:09 UTC

  FreeBSD ports repository

  Modified files:
    graphics/gwenview    Makefile 
  Added files:
    graphics/gwenview/files patch-src-imageutils-jpegcontent.cpp 
  Log:
  Don't crash on invalid JPEG metadata.
  
  PR: ports/114367
  Approved by: maintainer timeout (4 weeks)
  
  Revision  Changes    Path
  1.25      +1 -1      ports/graphics/gwenview/Makefile
  1.1       +15 -0     ports/graphics/gwenview/files/patch-src-imageutils-jpegcontent.cpp (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 3 Michael Nottebrock freebsd_committer freebsd_triage 2007-08-08 16:33:33 UTC
State Changed
From-To: open->closed

Fixed.