Missing character leading to wrong variable name restored. Signed-off-by: Jacek Janczyk <j.janc...@samsung.com> --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util.h b/util.h index 96170e6..503e546 100644 --- a/util.h +++ b/util.h @@ -39,7 +39,7 @@ #define KDBUS_ITEM_VALID(_i, _is, _s) \ ((_i)->size > KDBUS_ITEM_HEADER_SIZE && \ (u8 *)(_i) + (_i)->size <= (u8 *)(_i) + (_s) && \ - (u8 *)(_i) >= (u8 *)(_i)) + (u8 *)(_i) >= (u8 *)(_is)) #define KDBUS_ITEMS_END(_i, _is, _s) \ ((u8 *)_i == ((u8 *)(_is) + KDBUS_ALIGN8(_s))) -- 1.7.9.5 _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel