Bug 123490 - [PATCH] shells/zsh: Fix segmentation fault on completion
Summary: [PATCH] shells/zsh: Fix segmentation fault on completion
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: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-07 14:30 UTC by Renato Botelho
Modified: 2008-05-21 13:00 UTC (History)
1 user (show)

See Also:


Attachments
zsh-4.3.6_1.patch (1.42 KB, patch)
2008-05-07 14:30 UTC, Renato Botelho
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Renato Botelho freebsd_committer freebsd_triage 2008-05-07 14:30:01 UTC
This patch was obtained from zsh-workers list and fix a segfault problem on completion

Added file(s):
- files/patch-Src_Zle_compresult.c

Port maintainer (des@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

How-To-Repeat: zsh -f
q<TAB><TAB><^D><^D>
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-07 14:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->des

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-21 12:55:27 UTC
garga       2008-05-21 11:55:18 UTC

  FreeBSD ports repository

  Modified files:
    shells/zsh           Makefile 
  Added files:
    shells/zsh/files     patch-Src_Zle_compresult.c 
  Log:
  - Fix segmentation fault on completion
  - Bump PORTREVISION
  
  PR:             ports/123490
  Submitted by:   garga
  Approved by:    maintainer timeout (2 weeks)
  
  Revision  Changes    Path
  1.95      +1 -0      ports/shells/zsh/Makefile
  1.1       +28 -0     ports/shells/zsh/files/patch-Src_Zle_compresult.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 3 Renato Botelho freebsd_committer freebsd_triage 2008-05-21 12:55:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!