]> git.pld-linux.org Git - packages/bsd-games.git/blame - bsd-games-hole.patch
- CVE reference for debian patch
[packages/bsd-games.git] / bsd-games-hole.patch
CommitLineData
86b52a02
SZ
1--- bsd-games-2.8/cribbage/instr.c.hole Mon Nov 1 13:32:57 1999
2+++ bsd-games-2.8/cribbage/instr.c Mon Nov 1 13:32:31 1999
3@@ -75,6 +75,7 @@
4 * for mailx and man. We only use a pager if stdout is
5 * a terminal, and we pass the file on stdin to sh -c pager.
6 */
7+ setegid(getgid()); /* AC */
8 if (!isatty(1))
9 path = "cat";
10 else {
This page took 0.097949 seconds and 4 git commands to generate.