Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1
In directory usw-pr-cvs1:/tmp/cvs-serv18658
Modified Files:
emufx.c
Log Message:
fixed possible segfault in icode peek.
Index: emufx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emufx.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- emufx.c 11 Oct 2002 12:07:33 -0000 1.22
+++ emufx.c 11 Oct 2002 13:29:36 -0000 1.23
@@ -1065,9 +1065,9 @@
gctl.translation = ctl->translation;
if (copy_to_user(_gctl, &gctl, sizeof(gctl)))
return -EFAULT;
+ _gctl++;
+ i++;
}
- _gctl++;
- i++;
}
icode->gpr_list_control_total = total;
return 0;
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog