patch-2.2.18 linux/fs/ntfs/support.c

Next file: linux/fs/open.c
Previous file: linux/fs/ntfs/super.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/fs/ntfs/support.c linux/fs/ntfs/support.c
@@ -298,7 +298,7 @@
 	if(!result)return ENOMEM;
 	*out_len=in_len;
 	for(i=o=0;i<in_len;i++, o++){
-		unsigned short cl,ch;
+		unsigned short cl=0,ch=0;
 		if(in[i]!=':' || (vol->nct & nct_uni_xlate)==0){
 			int len;
 			unsigned char clc=cl, chc=ch;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)