Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45439 | Differences between
and this patch

Collapse All | Expand All

(-)mailman-2.1.5/src/mail-wrapper.c.orig (+3 lines)
Lines 64-69 Link Here
64
main(int argc, char** argv, char** env)
64
main(int argc, char** argv, char** env)
65
{
65
{
66
        int status;
66
        int status;
67
	gid_t gid = getegid();
68
69
	setregid(gid, gid);
67
70
68
        /* sanity check arguments */
71
        /* sanity check arguments */
69
        if (argc < 2)
72
        if (argc < 2)

Return to bug 45439