URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6ee3d1b1e71817a6f5a743794194d36894a5690d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
6ee3d1b by Erika Szelleova (szelleerika@xxxxxxxxx):
character constant in dfilter now must fit into one byte
The value of a string in single quotes in dfilter must fit into one
byte. The parser correctly parsed the beginning of the string,
however it didn't check whether there are more characters to parse.
Bug: 14084
Change-Id: Ifa2d7a31052b2c1020d84c42637b9b7afc57d8c0
Reviewed-on: https://code.wireshark.org/review/28298
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit df9cd64550616283b10a5a9b6a84a7f525171c05)
Reviewed-on: https://code.wireshark.org/review/28314
Actions performed:
from 2e40014 [Automatic update for 2018-06-17]
adds 6ee3d1b character constant in dfilter now must fit into one byte
Summary of changes:
epan/ftypes/ftype-integer.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)