components/bash/patches/solaris-020.xcase.c.patch
author Tomas Kuthan <tomas.kuthan@oracle.com>
Tue, 20 Sep 2016 03:54:40 -0700
changeset 6931 f6f7269f85a9
parent 5518 c47fe0edc204
child 7485 89b2d849f322
permissions -rw-r--r--
24597931 PAM_BUGFIX by-passes fake password for timing attack avoidance

# Let's use ANSI C, perhaps?
# Solaris-specific. Not for upstream.
--- support/xcase.c	2015-04-02 10:22:38.727863382 -0700
+++ support/xcase.c	2015-04-02 10:23:44.651812788 -0700
@@ -40,9 +40,7 @@
 #define UPPER	2
 
 int
-main(ac, av)
-int	ac;
-char	**av;
+main(int ac, char **av)
 {
 	int	c, x;
 	int	op;