• Stefan Knoblich's avatar
    ftmod_isdn: Handle zero length read correctly. · fc9ea9ea
    Stefan Knoblich 提交于
    ftmod_misdn currently returns len == 0 if the incoming message,
    that triggered the read() call, does not contain any data.
    Users of ftdm_channel_read() need to handle this case, or they
    may possibly end up in an endless loop.
    
    This patch reworks the ftdm_channel_read() handling in ftmod_isdn
    and prevents it from entering an endless loop. The read error counter
    is reset on first sucessful read w/ data.
    Signed-off-by: 's avatarStefan Knoblich <stkn@openisdn.net>
    fc9ea9ea
名称
最后提交
最后更新
..
build 正在载入提交数据...
conf 正在载入提交数据...
docs 正在载入提交数据...
mod_freetdm 正在载入提交数据...
msvc 正在载入提交数据...
sample 正在载入提交数据...
src 正在载入提交数据...
.gitignore 正在载入提交数据...
.update 正在载入提交数据...
AUTHORS 正在载入提交数据...
CMakeLists.txt 正在载入提交数据...
ChangeLog 正在载入提交数据...
Makefile.am 正在载入提交数据...
NEWS 正在载入提交数据...
README 正在载入提交数据...
TODO 正在载入提交数据...
acinclude.m4 正在载入提交数据...
bootstrap 正在载入提交数据...
configure.ac 正在载入提交数据...
configure.gnu 正在载入提交数据...
cyginstall.sh 正在载入提交数据...
freetdm.2008.sln 正在载入提交数据...
freetdm.2010.sln 正在载入提交数据...
freetdm.pc.in 正在载入提交数据...
mkrelease.sh 正在载入提交数据...
ozrename.sh 正在载入提交数据...
ozreplace.sh 正在载入提交数据...