platform_device_motorola_sm.../gps
Michael Bestas 7bb9e7f4df
sm6225-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-06-15 23:37:22 +03:00
..
android sm6225-common: Update GPS HAL to LA.UM.9.15.r1-07400-KAMORTA.QSSI13.0 2024-01-05 11:41:07 +02:00
batching sm6225-common: Import GPS HAL from LA.UM.9.15.r1-05900-KAMORTA.QSSI12.0 2023-05-17 20:48:47 +03:00
core sm6225-common: gps: data-items: Fix snprintf usage 2024-06-15 23:37:22 +03:00
etc sm6225-common: Update GPS HAL to LA.UM.9.15.r1-07400-KAMORTA.QSSI13.0 2024-01-05 11:41:07 +02:00
geofence sm6225-common: gps: Resolve unused parameter warnings 2023-06-09 14:53:19 +03:00
gnss sm6225-common: Update GPS HAL to LA.UM.9.15.r1-07400-KAMORTA.QSSI13.0 2024-01-05 11:41:07 +02:00
location sm6225-common: Import GPS HAL from LA.UM.9.15.r1-05900-KAMORTA.QSSI12.0 2023-05-17 20:48:47 +03:00
pla sm6225-common: gps: Don't include cutils/threads.h 2024-03-10 22:46:52 +02:00
utils sm6225-common: gps: Fix compilation on U 2023-10-25 12:13:15 +03:00
Android.bp sm6225-common: gps: Remove all Wno-error flags 2023-06-09 14:53:20 +03:00
Android.mk sm6225-common: gps: Remove all Wno-error flags 2023-06-09 14:53:20 +03:00
CleanSpec.mk sm6225-common: Import GPS HAL from LA.UM.9.15.r1-05900-KAMORTA.QSSI12.0 2023-05-17 20:48:47 +03:00
configure.ac sm6225-common: Import GPS HAL from LA.UM.9.15.r1-05900-KAMORTA.QSSI12.0 2023-05-17 20:48:47 +03:00
gps_vendor_board.mk sm6225-common: Import GPS HAL from LA.UM.9.15.r1-05900-KAMORTA.QSSI12.0 2023-05-17 20:48:47 +03:00
gps_vendor_product.mk sm6225-common: Import GPS HAL from LA.UM.9.15.r1-05900-KAMORTA.QSSI12.0 2023-05-17 20:48:47 +03:00
loc-hal.pc.in sm6225-common: Import GPS HAL from LA.UM.9.15.r1-05900-KAMORTA.QSSI12.0 2023-05-17 20:48:47 +03:00
Makefile.am sm6225-common: Import GPS HAL from LA.UM.9.15.r1-05900-KAMORTA.QSSI12.0 2023-05-17 20:48:47 +03:00