Linux-CAN / SocketCAN user space applications
 
 
 
 
Go to file
Oliver Hartkopp 0fb5680a61 slcanpty: fix wrong usage of nbytes variable
nbytes is used after writing the CAN frame to check for an additional command
in the string buffer. Therefore using nbytes while writing the CAN frame is
wrong. Replace it with 'tmp' which can be used here without problems.

Signed-off-by: ulrich escher<git@myvdr.de>
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
2012-11-26 21:44:22 +01:00
config/m4 add autotools infrastructure 2010-04-19 12:12:18 +00:00
include Update includes to Linux 3.6 with CAN FD support. 2012-11-14 18:52:01 +01:00
.gitignore gitignore: added tarballs 2012-01-11 12:14:15 +01:00
Android.mk can-utils: add Makefile for Android build system 2012-03-20 11:16:43 +01:00
GNUmakefile.am autotools: adopt to new location for kernel headers 2012-01-11 12:14:15 +01:00
Makefile remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
asc2log.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
autogen.sh add autotools infrastructure 2010-04-19 12:12:18 +00:00
bcmserver.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
can-calc-bit-timing.c removed unused variable warnings by removing the variables 2012-11-14 20:43:55 +01:00
canbusload.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
candump.c candump: unify displayed timestamp length to 10 digits 2012-11-24 21:31:01 +01:00
canfdtest.c treewide: replace berlios contact email by linux-can@vger.kernel.org 2012-01-11 12:14:15 +01:00
cangen.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
cangw.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
canlogserver.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
canplayer.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
cansend.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
cansniffer.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
configure.ac autotools: adopt to new location for kernel headers 2012-01-11 12:14:15 +01:00
isotpdump.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
isotprecv.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
isotpsend.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
isotpserver.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
isotpsniffer.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
isotptun.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
lib.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
lib.h remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
log2asc.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
log2long.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
slcan_attach.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
slcand.c remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00
slcanpty.c slcanpty: fix wrong usage of nbytes variable 2012-11-26 21:44:22 +01:00
terminal.h remove obsolete SVN ID tags 2012-11-14 20:57:16 +01:00