-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes to fix segfault on too man ini lines
- Makefile: define INI_MAX_LINES to 2000 define INI_USE_STACK to 0 add support for building executable test driver - nvram-faker-internal.h changes to support linking into exe conditionally #define INI_FILE_PATH conditionally declare constructor & destructor if not building exe - nvram-faker.c fix major crasher: allocate proper amount of memory for kv pairs move several #defines to nvram-faker-internal.h
- Loading branch information
Showing
3 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters