bluez/attrib
Luiz Augusto von Dentz cfab569484 build: Replace use of g_memdup with util_memdup
This replaces the uses of g_memdup with util_memdup since the former has
been deprecated:

  warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
  [-Wdeprecated-declarations]

g_memdup2 requires bumping glib version which would likely have its
own problems thus why util_memdup was introduced.
2022-01-06 12:58:39 -08:00
..
att-database.h attrib: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00
att.c attrib: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00
att.h attrib: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00
gatt.c build: Replace use of g_memdup with util_memdup 2022-01-06 12:58:39 -08:00
gatt.h attrib: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00
gattrib.c gattrib: Fix passing NULL to memcpy 2021-12-23 11:47:03 -08:00
gattrib.h attrib: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00
gatttool.c attrib: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00
gatttool.h attrib: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00
interactive.c attrib: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00
utils.c attrib: Add SPDX License Identifier 2020-09-21 16:19:33 -07:00