From f4784d0789cbb911836f5cfcfa0e8a513af6b381 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Mon, 19 Sep 2022 14:59:58 -0700 Subject: fix #2116, macOS, net_connections() crashing It turns out that proc_pidinfo() crashes for PID 0 Signed-off-by: Giampaolo Rodola --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY.rst') diff --git a/HISTORY.rst b/HISTORY.rst index 00bd5043..e088de08 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,7 @@ XXXX-XX-XX **Bug fixes** +- 2116_, [macOS]: `psutil.net_connections`_ fails with RuntimeError. - 2135_, [macOS]: `Process.environ()`_ may contain garbage data. Fix out-of-bounds read around ``sysctl_procargs``. (patch by Bernhard Urban-Forster) - 2138_, [Linux], **[critical]**: can't compile psutil on Android due to -- cgit v1.2.1