platform_device_xiaomi_sm84.../gps
Michael Bestas ea789844aa sm8450-common: gps: data-items: Fix snprintf usage
Fixes:
gps/core/data-items/DataItemConcreteTypes.cpp:465:9: error: 'snprintf'
will always be truncated; specified size is 10, but format string
expands to at least 20 [-Werror,-Wfortify-source]
  465 |         snprintf(t, sizeof(t),
        "[%02x:%02x:%02x:%02x:%02x:%02x]", d->mApSrnMacAddress[0],
      |         ^
gps/core/data-items/DataItemConcreteTypes.cpp:514:9: error: 'snprintf'
will always be truncated; specified size is 10, but format string
expands to at least 20 [-Werror,-Wfortify-source]
  514 |         snprintf(t, sizeof(t),
        "[%02x:%02x:%02x:%02x:%02x:%02x]", d->mApSrnMacAddress[0],
      |         ^
2 errors generated.

Change-Id: I37188e7497f7ade97648fb41e2becd73f6b559a9
2024-07-02 18:13:43 +02:00
..
android sm8450-common: gps: Add group inet for GNSS HAL 2024-05-18 11:27:55 +02:00
batching sm8450-common: gps: Reorder initializations list to satisfy warnings 2024-03-19 23:22:37 +01:00
core sm8450-common: gps: data-items: Fix snprintf usage 2024-07-02 18:13:43 +02:00
etc sm8450-common: gps: Update to LA.VENDOR.1.0.r1-21900-WAIPIO.0 2024-03-19 23:22:37 +01:00
geofence sm8450-common: gps: Resolve unused parameter warnings 2024-03-19 23:22:37 +01:00
gnss sm8450-common: gps: Remove getCapablities impl from gnss adapter 2024-05-18 11:28:19 +02:00
location sm8450-common: gps: Remove getCapablities impl from gnss adapter 2024-05-18 11:28:19 +02:00
pla sm8450-common: gps: Don't include cutils/threads.h 2024-03-22 09:49:07 +01:00
utils sm8450-common: gps: Loc QWES check unify 2024-05-18 11:27:34 +02:00
Android.bp sm8450-common: gps: Update to LA.VENDOR.1.0.r1-21900-WAIPIO.0 2024-03-19 23:22:37 +01:00
Android.mk sm8450-common: gps: Update to LA.VENDOR.1.0.r1-21900-WAIPIO.0 2024-03-19 23:22:37 +01:00
CleanSpec.mk sm8450-common: Import gps from LA.VENDOR.1.0.r1-12800-WAIPIO.0 2024-03-19 23:22:37 +01:00
configure.ac sm8450-common: Import gps from LA.VENDOR.1.0.r1-12800-WAIPIO.0 2024-03-19 23:22:37 +01:00
gps_vendor_board.mk sm8450-common: Import gps from LA.VENDOR.1.0.r1-12800-WAIPIO.0 2024-03-19 23:22:37 +01:00
gps_vendor_product.mk sm8450-common: gps: Remove seccomp_policy of xtwifi-inet-client 2024-05-18 11:25:43 +02:00
loc-hal.pc.in sm8450-common: Import gps from LA.VENDOR.1.0.r1-12800-WAIPIO.0 2024-03-19 23:22:37 +01:00
Makefile.am sm8450-common: Import gps from LA.VENDOR.1.0.r1-12800-WAIPIO.0 2024-03-19 23:22:37 +01:00