URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=120628e5f478a4ee767f87c2b408edb0ed5224ba
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
120628e by Guy Harris (guy@xxxxxxxxxxxx):
Don't check the same character twice in a row, check it and the next character.
Fixes Coverity CID 1260460.
Change-Id: Ic9ed109a863bcf20a5e67e4f52d628011f5e9ba5
Reviewed-on: https://code.wireshark.org/review/6087
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 63ebe91 Removed duplicated #include lines
adds 120628e Don't check the same character twice in a row, check it and the next character.
Summary of changes:
text2pcap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)