summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-11-20 13:02:03 +0800
committerGiampaolo Rodola <g.rodola@gmail.com>2019-11-20 13:02:03 +0800
commit0aeb7697be98017c23736328a5debc38d172e1c7 (patch)
tree6c76ac89e0d9a542c194b691dc3c25383ad69a00
parentb5a10350c0d37e76017776ec02a992eb087bbcc4 (diff)
downloadpsutil-0aeb7697be98017c23736328a5debc38d172e1c7.tar.gz
update CREDITS
-rw-r--r--CREDITS5
-rw-r--r--HISTORY.rst2
2 files changed, 7 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
index 3af651fb..330f4f99 100644
--- a/CREDITS
+++ b/CREDITS
@@ -642,3 +642,8 @@ I: 1565
N: Nathan Houghton
W: https://github.com/n1000
I: 1619
+
+N: Riccardo Schirone
+W: https://github.com/ret2libc
+C: Milano, Italy
+I: 1616
diff --git a/HISTORY.rst b/HISTORY.rst
index f5c5e2e9..5aaf9da1 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -7,6 +7,8 @@ XXXX-XX-XX
**Bug fixes**
+- 1616_: use of Py_DECREF instead of Py_CLEAR will result in double free and
+ segfault (CVE). (patch by Riccardo Schirone)
- 1619_: [OpenBSD] compilation fails due to C syntax error. (patch by Nathan
Houghton)