Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 14:14:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205695] devel/pkgconf: pkgconf segfault when a require is specified with version number and the required .pc file is empty
Message-ID:  <bug-205695-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205695

            Bug ID: 205695
           Summary: devel/pkgconf: pkgconf segfault when a require is
                    specified with version number and the required .pc
                    file is empty
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bapt@FreeBSD.org
          Reporter: lantw44@gmail.com
             Flags: maintainer-feedback?(bapt@FreeBSD.org)
          Assignee: bapt@FreeBSD.org

Upstream bug report:
https://github.com/pkgconf/pkgconf/issues/85


Steps to reproduce:
1. Create a empty file called 'a.pc'.

2. Create a file called 'b.pc' which lists 'a' in Requires:
Name: b
Version: 3
Requires: a >=3D 2

3. Run 'pkgconf --modversion b'.
Segmentation fault (core dumped)


This problem can happen when the system crashes and the content of .pc file=
 is
lost.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205695-13>