connection: address possible auxgrp count mismatch
authorDaniel Mack <zonque@gmail.com>
Sat, 16 Aug 2014 08:54:08 +0000 (10:54 +0200)
committerDaniel Mack <zonque@gmail.com>
Sat, 16 Aug 2014 08:56:09 +0000 (10:56 +0200)
commitf57b6ed787409e4080800e68a363bbd7ae56ab1d
tree84c53c8d9b2a899c5dea280aea87345dd5592e23
parent4925091fb1b45adb36d7438cf9d0c575e9f9f908
connection: address possible auxgrp count mismatch

The number of auxgrps could theoretically change between the preparation of
the the meta data item and the scan in kdbus_conn_queue_alloc().

Solve this by clamping the number of group elements we look at.
connection.c