Skip to content
Snippets Groups Projects
Commit b94570f4 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix bad allocation memory, please allow zero framboise

parent 18b0c395
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ int main(int argc, char const *const *argv,char const *const *envp)
if (!set_ownersysdir(&info.base,info.owner)) log_dieusys(LOG_EXIT_SYS, "set owner directory") ;
char system[info.base.len + SS_SYSTEM_LEN + 1] ;
char system[info.base.len + SS_SYSTEM_LEN + 2] ;
auto_strings(system,info.base.s,SS_SYSTEM,"/") ;
systemlen = info.base.len + SS_SYSTEM_LEN + 1 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment