Index: coda-src/auth2/krb5.c
===================================================================
RCS file: /coda-src/coda/coda-src/auth2/krb5.c,v
retrieving revision 4.10
diff -U3 -r4.10 krb5.c
--- coda-src/auth2/krb5.c	14 Apr 2004 18:48:34 -0000	4.10
+++ coda-src/auth2/krb5.c	16 Aug 2004 14:38:06 -0000
@@ -101,7 +101,7 @@
     if (host) {
 	n = strlen(host);
 	for (i = 0; i < n; i++)
-	    host[i] = toupper(host[i]);
+	    host[i] = tolower(host[i]);
     }
 
     /* what is the realm? */
Index: coda-src/venus/fso1.cc
===================================================================
RCS file: /coda-src/coda/coda-src/venus/fso1.cc,v
retrieving revision 4.118
diff -U3 -r4.118 fso1.cc
--- coda-src/venus/fso1.cc	19 Jul 2004 19:47:12 -0000	4.118
+++ coda-src/venus/fso1.cc	16 Aug 2004 14:38:07 -0000
@@ -367,7 +367,7 @@
     }
 
     /* Return component string to heap. */
-    rvmlib_rec_free(comp);
+    if (comp != NULL) rvmlib_rec_free(comp);
     comp = NULL;
 }
 
