build: Fix make check failing
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 5 Aug 2022 01:07:17 +0000 (18:07 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
This fixes make check failing because lack of suppression for bind on
bt_log_open.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
tools/valgrind.supp

index 9efb6f1..d264657 100755 (executable)
    socketcall.bind(my_addr.rc_channel)
    fun:bind
 }
+{
+   bt_log_open
+   Memcheck:Param
+   socketcall.bind(my_addr.rc_bdaddr)
+   fun:bind
+   fun:bt_log_open
+}