Bug 268846 - net/py-maxminddb: revision to fix potential segfault due to refcounting bug
Summary: net/py-maxminddb: revision to fix potential segfault due to refcounting bug
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Olivier Cochard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-09 20:46 UTC by R. Christian McDonald
Modified: 2023-01-10 00:24 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (olivier)


Attachments
net/py-maxminddb: revision to fix potential segfault due to refcounting bug (1.65 KB, patch)
2023-01-09 20:46 UTC, R. Christian McDonald
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description R. Christian McDonald 2023-01-09 20:46:15 UTC
Created attachment 239367 [details]
net/py-maxminddb: revision to fix potential segfault due to refcounting bug
Comment 1 R. Christian McDonald 2023-01-09 20:47:15 UTC
The issue upstream that is addressed here: https://github.com/maxmind/MaxMind-DB-Reader-python/pull/106
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-01-09 23:23:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=023b097aa0ac7589220859464f669085ac2dd78f

commit 023b097aa0ac7589220859464f669085ac2dd78f
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2023-01-09 20:55:17 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2023-01-09 23:22:30 +0000

    net/py-maxminddb: fix potential segfault due to refcounting bug

    PR:             268846
    Reported by:    R. Christian McDonald <cmcdonald@netgate.com>

 net/py-maxminddb/Makefile | 4 +++-
 net/py-maxminddb/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)
Comment 3 Olivier Cochard freebsd_committer freebsd_triage 2023-01-10 00:24:28 UTC
Thanks for your patch!