]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal: Fix navigating backwards missing entries
authorOlivier Brunel <jjk@jjacky.com>
Fri, 5 Dec 2014 15:06:45 +0000 (16:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 8 Dec 2014 18:38:55 +0000 (19:38 +0100)
With DIRECTION_UP (i.e. navigating backwards) in generic_array_bisect() when the
needle was found as the last item in the array, it wasn't actually processed as
match, resulting in entries being missed.

https://bugs.freedesktop.org/show_bug.cgi?id=86855


No differences found