Displaying 1 result from an estimated 1 matches for "tarindex".
Did you mean:
tabindex
2001 Sep 28
0
openssh-2.9.9p2 subscript violation problems with ctype macros
...ion 2.9.9.2.0.1
diff -pu -r2.9.9.2 -r2.9.9.2.0.1
--- openbsd-compat/base64.c 2001/01/31 21:52:03 2.9.9.2
+++ openbsd-compat/base64.c 2001/09/28 18:48:11 2.9.9.2.0.1
@@ -199,7 +199,8 @@ b64_ntop(u_char const *src, size_t srcle
int
b64_pton(char const *src, u_char *target, size_t targsize)
{
- int tarindex, state, ch;
+ int tarindex, state;
+ unsigned char ch;
char *pos;
state = 0;
===================================================================
RCS file: openbsd-compat/inet_aton.c,v
retrieving revision 2.9.9.2
retrieving revision 2.9.9.2.0.1
diff -pu -r2.9.9.2 -r2.9.9.2.0.1
--- openbsd-comp...