Private
Public Access
2
0

fixing size missmatch between snprintf and actual size.

Signed-off-by: gowtham.r <gowtham.r@adlinktech.com>
This commit is contained in:
gowtham.r
2020-09-21 10:29:32 +05:30
committed by Propanu
parent f24fcf5a6e
commit aa7c41983f

View File

@@ -56,7 +56,7 @@ static mraa_gpio_context gpio;
struct intr_list {
volatile int pin;
unsigned char curr;
char valuepath[50];
char valuepath[MAX_SIZE];
void (*fptr)(void*);
void* args;
struct intr_list *next;