svashisht / rpms / bash

Forked from rpms/bash 4 years ago
Clone

Blame SOURCES/bash-2.02-security.patch

ff19ae
--- bash-2.02-orig/parse.y	Wed Mar 25 18:16:23 1998
ff19ae
+++ bash-2.02/parse.y	Sun Apr 19 16:46:34 1998
ff19ae
@@ -923,7 +923,7 @@
ff19ae
 
ff19ae
 #if defined (READLINE)
ff19ae
 char *current_readline_prompt = (char *)NULL;
ff19ae
-char *current_readline_line = (char *)NULL;
ff19ae
+unsigned char *current_readline_line = (unsigned char *)NULL;
ff19ae
 int current_readline_line_index = 0;
ff19ae
 
ff19ae
 static int