Fix reading of empty packets
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 2 Aug 2011 20:34:01 +0000 (16:34 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 2 Aug 2011 20:34:01 +0000 (16:34 -0400)
commit7eda6fc7537f70a15af83ad11cc3a8c549052028
tree365601a3938ed228e79aa223300d2546a628ba46
parent8c2df3f54753071109700562c681511b1f59f0d3
Fix reading of empty packets

Prior to this fix, an empty packet would be considered as an end of
file. (off-by-one in the size comparison)

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/ctf.c
This page took 0.024392 seconds and 4 git commands to generate.