From: Todd C. Miller Date: Fri, 6 Jan 2012 18:26:10 +0000 (-0500) Subject: Do not include GLOB_MARK in the flags we pass to glob(3). Fixes a X-Git-Tag: SUDO_1_8_4~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df40087398dd25d9f03280b8804ab867f810376a;p=sudo Do not include GLOB_MARK in the flags we pass to glob(3). Fixes a bug where a pattern like "/usr/*" include /usr/bin/ in the results, which would be incorrectly be interpreted as if the sudoers file had specified a directory. From Vitezslav Cizek. --HG-- branch : 1.8 --- df40087398dd25d9f03280b8804ab867f810376a