summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-04-26 21:18:03 +1000
committerCraig Small <csmall@dropbear.xyz>2022-04-26 21:18:03 +1000
commit1f085f5a9f036625696bfa370779232f8f0b769c (patch)
tree4cd1e4a783d7885da737ee2a45f7499f832d2a79 /NEWS
parent581ed4bcab4e48e4711012c6a3f81ad292749f02 (diff)
downloadprocps-ng-1f085f5a9f036625696bfa370779232f8f0b769c.tar.gz
pmap: Don't reopen stdin for reading file
pmap uses freopen to read /proc/self/maps. There doesn't seem to be a good reason to do this and if pmap has its stdin previously closed then it fails. Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2209e61..f1bdf4a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
procps-ng-NEXT
* library
Re-add elogind support merge #151
+ * pmap: Dont reuse stdin filehandle issue #231
* ps: threads again display when -L is used with -q issue #234
* ps: proper aix format string behavior was restored
* sysctl: print dotted keys again