git: libdevstat - Fix a bug in DS_SELECT_REMOVE
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jun 13 20:00:40 PDT 2019
commit 69938c7bc64221ef7fc07f64550eccec74251b24
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jun 13 19:59:08 2019 -0700
libdevstat - Fix a bug in DS_SELECT_REMOVE
* An improper decrement cut the list scan short, causing wildcard
removals to not select all matching devices.
* This only really effects e.g. systat -vm and similar utilities.
Summary of changes:
lib/libdevstat/devstat.c | 6 ------
1 file changed, 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/69938c7bc64221ef7fc07f64550eccec74251b24
--
DragonFly BSD source repository
More information about the Commits
mailing list