Wireshark-commits: [Wireshark-commits] master-2.6 d92a7a6: character constant in dfilter now must f

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

Commits:

d92a7a6 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/28313
    

Actions performed:

    from  592f87a   [Automatic update for 2018-06-17]
    adds  d92a7a6   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(-)