mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
lbutils: don't use stack memory for path strings
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -366,6 +366,8 @@ int scmp(const char *a, const char *b,
|
||||
size_t maxlen, int *rval);
|
||||
int ccmp(const char *a, const char *b, size_t i,
|
||||
int *rval);
|
||||
int dup_pair(char **dir, const char *d,
|
||||
char **base, const char *b);
|
||||
char *sdup(const char *s,
|
||||
size_t n, char **dest);
|
||||
char *scatn(ssize_t sc, const char **sv,
|
||||
|
||||
Reference in New Issue
Block a user