Skip to content

Commit

Permalink
group: Fixed buffer overflow caused by missing end structure marker
Browse files Browse the repository at this point in the history
  • Loading branch information
danpascu committed Apr 30, 2019
1 parent 04175e5 commit 67a1a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/group/group_mod.c
Expand Up @@ -151,6 +151,7 @@ static cmd_export_t cmds[] = {
{CMD_PARAM_STR, check_dburl_fixup, 0},
{CMD_PARAM_VAR, db_get_gid_fixup, 0}, {0,0,0}},
REQUEST_ROUTE|FAILURE_ROUTE|BRANCH_ROUTE|LOCAL_ROUTE},
{0,0,{{0,0,0}},0}
};

/*
Expand Down

0 comments on commit 67a1a02

Please sign in to comment.