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

same size of array allocation

parent af466da9
No related branches found
No related tags found
No related merge requests found
...@@ -351,7 +351,7 @@ int module_in_cmdline(genalloc *gares, ss_resolve_t *res, char const *dir) ...@@ -351,7 +351,7 @@ int module_in_cmdline(genalloc *gares, ss_resolve_t *res, char const *dir)
return 0 ; return 0 ;
} }
int module_search_service(char const *src, genalloc *gares, char const *name,uint8_t *found, char module_name[255]) int module_search_service(char const *src, genalloc *gares, char const *name,uint8_t *found, char module_name[256])
{ {
log_flow() ; log_flow() ;
......
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