Fix text buffer overflow in sunrise_sunset_face (#22)

This commit is contained in:
PrimmR
2025-07-06 16:31:45 +01:00
committed by GitHub
parent 976fd3248b
commit b5a457cd19
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ void sunrise_sunset_face_resign(void *context);
})
typedef struct {
char name[2];
char name[3];
int16_t latitude;
int16_t longitude;
} long_lat_presets_t;