channel.c: Address stack overflow in does_id_conflict()
does_id_conflict() was passing a pointer to an int to a callback that expected a pointer to a size_t. Found by the Address Sanitizer. Change-Id: I0ff542067eef63a14a60301654d65d34fe2ad503
Loading
Please register or sign in to comment