Bug 117355 - mail/pecl-mailparse seg fault on amd64 machine
Summary: mail/pecl-mailparse seg fault on amd64 machine
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-20 11:40 UTC by buganini
Modified: 2007-11-23 17:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description buganini 2007-10-20 11:40:01 UTC
mailparse_msg_parse get segmentation fault on amd64 machine.
This bug is reported and solved , but there is no fixed release yet.

Fix: 

http://pecl.php.net/bugs/bug.php?id=7722
This patch is not for version 2.1.1
but replace "long *_len" with "int *_len" in mailparse.c can fix the problem.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-20 11:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-23 17:02:52 UTC
mnag        2007-11-23 17:02:37 UTC

  FreeBSD ports repository

  Modified files:
    mail/pecl-mailparse  Makefile distinfo 
  Log:
  - Update to 2.1.2 to fix SIGSEGV on AMD64 machine
  
  PR:             117355
  Notified by:    Kuan-Chung Chiu <buganini___gmail.com>
  Approved by:    portmgr (pav)
  
  Revision  Changes    Path
  1.16      +1 -2      ports/mail/pecl-mailparse/Makefile
  1.9       +3 -3      ports/mail/pecl-mailparse/distinfo
_______________________________________________
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 Marcus Alves Grando freebsd_committer freebsd_triage 2007-11-23 17:04:05 UTC
State Changed
From-To: open->closed

Maintainer release a new fixed version. Thanks