Wireshark-commits: [Wireshark-commits] master df9cd64: character constant in dfilter now must fit i

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 17 Jun 2018 21:16:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=df9cd64550616283b10a5a9b6a84a7f525171c05
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

df9cd64 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>
    

Actions performed:

    from  21a02e2   [Automatic update for 2018-06-17]
    adds  df9cd64   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(-)