Bug 120204 - [patch] fix crash for lang/php5
Summary: [patch] fix crash for lang/php5
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: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-01 13:50 UTC by Daniel Gerzo
Modified: 2008-02-01 23:00 UTC (History)
1 user (show)

See Also:


Attachments
php5.diff (1.91 KB, patch)
2008-02-01 13:50 UTC, Daniel Gerzo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Gerzo freebsd_committer freebsd_triage 2008-02-01 13:50:00 UTC
Add the distribution patch (Revision 1.202.2.7.2.16) with the following log:
Fixed crash because of uninitialized SG(sapi_headers).mimetype

How-To-Repeat: I don't know the exact scenario, but I have triggered it on my machines.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-01 13:50:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-01 22:53:39 UTC
ale         2008-02-01 22:53:35 UTC

  FreeBSD ports repository

  Modified files:
    lang/php5/files      patch-main_SAPI.c 
  Log:
  Fix a rare crash with apache because of uninitialized variable.
  
  PR:             ports/120204
  Submitted by:   danger
  
  Revision  Changes    Path
  1.3       +20 -4     ports/lang/php5/files/patch-main_SAPI.c
_______________________________________________
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 Alex Dupre freebsd_committer freebsd_triage 2008-02-01 22:53:53 UTC
State Changed
From-To: open->closed

Committed, thanks!