diff options
| author | Russ White <russ@riw.us> | 2018-06-08 06:57:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-08 06:57:30 -0400 |
| commit | c96dfcb9803e089e2e0b89ba7c5d2931fc48504e (patch) | |
| tree | d909b8c508c353b0a8155029f15ecb16754ffeb8 /lib/module.c | |
| parent | 71343b85d69fe6c250e155b33f1e7e9fd3786e13 (diff) | |
| parent | ff44f570144407f6bcc1ef205759f7c9fa57e077 (diff) | |
Merge pull request #2385 from donaldsharp/SA_SA_SA
Some small clang 6.0 cleanups
Diffstat (limited to 'lib/module.c')
| -rw-r--r-- | lib/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/module.c b/lib/module.c index 3f13307d82..0c85364003 100644 --- a/lib/module.c +++ b/lib/module.c @@ -75,7 +75,7 @@ struct frrmod_runtime *frrmod_load(const char *spec, const char *dir, char *err, size_t err_len) { void *handle = NULL; - char name[PATH_MAX], fullpath[PATH_MAX], *args; + char name[PATH_MAX], fullpath[PATH_MAX * 2], *args; struct frrmod_runtime *rtinfo, **rtinfop; const struct frrmod_info *info; |
