git: DragonFly_RELEASE_5_6 libdevstat - Fix a bug in DS_SELECT_REMOVE

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jun 13 20:00:55 PDT 2019


commit cc15309572baf5f586dbb475775ca223784dc0d6
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/cc15309572baf5f586dbb475775ca223784dc0d6


-- 
DragonFly BSD source repository


More information about the Commits mailing list