Isolate a few more string leakage cases.
This commit is contained in:
@ -190,8 +190,11 @@ void dLib_show_messages(bool show);
|
||||
/*
|
||||
*- Misc utility functions ----------------------------------------------------
|
||||
*/
|
||||
char *dGetcwd(void);
|
||||
char *dGethomedir(void);
|
||||
CharPtrNoStringConversion dGetcwd();
|
||||
std::optional< std::string > dGetcwd_string();
|
||||
CharPtrNoStringConversion dGethomedir();
|
||||
std::optional< std::string > dGethomedir_string();
|
||||
|
||||
std::optional< std::string > dGetline_string(FILE *stream);
|
||||
char *dGetline_unsafe(FILE *stream);
|
||||
std::optional< std::string > dGetline(FILE *stream);
|
||||
|
Reference in New Issue
Block a user