Avoid calling realloc3() with a zero size parameter when all retrieved
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 21 Feb 2013 12:01:53 +0000 (07:01 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 21 Feb 2013 12:01:53 +0000 (07:01 -0500)
commitb929dd3c463178b928cfeae9890f6853ab3a834a
treefcaace7d1ee39687577cb1ab56d434e797217020
parentc80603eace55e1efa4b927d2071575392c24034b
Avoid calling realloc3() with a zero size parameter when all retrieved
sssd rules fail.  Otherwise we'll get a run-time error due to
malloc(0) checking.
plugins/sudoers/sssd.c