URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1fd1b982e0cc78e04e22eb1487ee6c4f0294fa69
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
1fd1b98 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
    ftype-guid.c: fix FT_GUID filtering
    
    g_strlcpy copies at most n-1 bytes to ensure that the string is NULL terminated.
    
    Bug: 13121
    Change-Id: I4f1677c518e65eb58b79d72052520ecce8c51722
    Reviewed-on: https://code.wireshark.org/review/18743
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit aba4d3a3a7d8c7f97290621085a8fb7a33942847)
    Reviewed-on: https://code.wireshark.org/review/18745
    
Actions performed:
    from  05d82dc   [XML] default_media_types should be in lower case.
    adds  1fd1b98   ftype-guid.c: fix FT_GUID filtering
Summary of changes:
 epan/ftypes/ftype-guid.c |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)