pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/47917 CVS commit: pkgsrc/shells/posh



The following reply was made to PR pkg/47917; it has been noted by GNATS.

From: "Makoto Fujiwara" <mef%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47917 CVS commit: pkgsrc/shells/posh
Date: Tue, 11 Jun 2013 21:43:13 +0000

 Module Name:   pkgsrc
 Committed By:  mef
 Date:          Tue Jun 11 21:43:13 UTC 2013
 
 Modified Files:
        pkgsrc/shells/posh: distinfo
 Added Files:
        pkgsrc/shells/posh/patches: patch-main.c
 
 Log Message:
 Add patches/patch-main.c
 to fix segmentation fault just after invocation, at least on
 NetBSD/amd64 6.1, which is reported as PR pkg/47917.
 The problem was also reported by gcc (4.5.3) as:
  main.c: In function 'main':
  main.c:206:15: warning: assignment makes pointer from integer without a cast
 At following location:
    203                          char *simplified;
    ....
    206                          simplified = 
canonicalize_file_name(current_wd);
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/shells/posh/distinfo
 cvs rdiff -u -r0 -r1.1 pkgsrc/shells/posh/patches/patch-main.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index