]> git.ipfire.org Git - thirdparty/systemd.git/commit
bitmap: allow bitmap_iterate() on NULL bitmap
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 17 Jul 2015 10:18:13 +0000 (12:18 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 17 Jul 2015 10:18:13 +0000 (12:18 +0200)
commit22cedfe15fda59106b890ae2c646de96aa18a5eb
tree8cb67d72d6d42dd1d9289464df16e9f11db4b38c
parent281033284352ed7651e84d228dad780dc2ef299f
bitmap: allow bitmap_iterate() on NULL bitmap

Make sure we properly treat NULL bitmaps as empty. Right now, we don't
(which really looks like a typo).
src/basic/bitmap.c