Fixed a buffer overflow.

This commit is contained in:
2021-09-03 07:59:36 -07:00
parent b61c78cec0
commit 4b55ec7b93
12 changed files with 104 additions and 103 deletions

View File

@ -11,10 +11,10 @@
#include "../../poker/player.h"
typedef struct {
label_t labelChips;
label_t labelName;
label_t labelInfo;
} pokerplayerui_t;
typedef struct {
pokerplayerui_t players[POKER_PLAYER_COUNT];
label_t labelGameInfo;
} pokerui_t;