Skip to content
Snippets Groups Projects
Unverified Commit b64417c7 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1836 from micrictor/yaffs-istat-fix

Fix stack buffer overflow in yaffsfs_istat
parents 637772e5 459ae818
No related branches found
No related tags found
No related merge requests found
...@@ -2439,7 +2439,7 @@ static uint8_t ...@@ -2439,7 +2439,7 @@ static uint8_t
YAFFSFS_INFO *yfs = (YAFFSFS_INFO *)fs; YAFFSFS_INFO *yfs = (YAFFSFS_INFO *)fs;
char ls[12]; char ls[12];
YAFFSFS_PRINT_ADDR print; YAFFSFS_PRINT_ADDR print;
char timeBuf[32]; char timeBuf[128];
YaffsCacheObject * obj = NULL; YaffsCacheObject * obj = NULL;
YaffsCacheVersion * version = NULL; YaffsCacheVersion * version = NULL;
YaffsHeader * header = NULL; YaffsHeader * header = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment