summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2018-05-20 07:34:17 +1000
committerCraig Small <csmall@enc.com.au>2018-05-20 07:34:17 +1000
commit59c5133ff1b04b077dc4bb33dd18dbe64e522324 (patch)
tree362165048ac5c5afcaad53d3f43f2aa9931cfd9c
parent14005a371e5c14289e96a4927ffd1a827d3c9d85 (diff)
downloadprocps-ng-59c5133ff1b04b077dc4bb33dd18dbe64e522324.tar.gz
misc: Reorder NEWS
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1af539a..1ca7c03 100644
--- a/NEWS
+++ b/NEWS
@@ -3,13 +3,13 @@ procps-ng-3.3.15
* library: Increment to 8:0:1
No removals, no new functions
Changes: slab and pid structures
- * pgrep: Fix stack-based buffer overflow CVE-2018-1125
- * pgrep: Remove >15 warning as comm can be longer issue #92
- * ps: Fix buffer overflow in output buffer, causing DOS CVE-2018-1123
* library: Just check for SIGLOST and don't delete it issue #93
* library: Fix integer overflow and LPE in file2strvec CVE-2018-1124
* library: Use size_t for alloc functions CVE-2018-1126
* library: Increase comm size to 64
+ * pgrep: Fix stack-based buffer overflow CVE-2018-1125
+ * pgrep: Remove >15 warning as comm can be longer issue #92
+ * ps: Fix buffer overflow in output buffer, causing DOS CVE-2018-1123
* ps: Increase command name selection field to 64
* top: Don't use cwd for location of config CVE-2018-1122