URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=32c38a4ecc7fc4f07349b0fbc13f7754be897546
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
32c38a4 by Guy Harris (guy@xxxxxxxxxxxx):
Add file_error() calls after file_read().
If file_read() doesn't return the exact number of bytes you asked for,
and you really need all those bytes to be there, you have to call
file_error() to find out what the problem is.
Change-Id: I4cc87bc1b6cc5a49bbcbf93b56106f57af290d20
Reviewed-on: https://code.wireshark.org/review/4205
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 2cd9784 Fix sizing of qtshark based on the saved (recent) geometry.
adds 32c38a4 Add file_error() calls after file_read().
Summary of changes:
wiretap/nettl.c | 3 +++
1 file changed, 3 insertions(+)