Wireshark-commits: [Wireshark-commits] master 536f5b4: sharkd_session.c: fix a warning reported by
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 May 2020 19:56:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=536f5b466bfe5b88cafaa1b04f3052a155376afb
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

536f5b4 by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    sharkd_session.c: fix a warning reported by gcc 10
    
    warning: ‘%s’ directive argument is null [-Wformat-overflow=]
      544 |  fprintf(stderr, "load: filename=%s\n", tok_file);
          |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    Change-Id: I583a94308ad53b461606053def17e8537eec8d65
    Reviewed-on: https://code.wireshark.org/review/37195
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  4b67b72   SBcAP: fix update of info column
     add  536f5b4   sharkd_session.c: fix a warning reported by gcc 10


Summary of changes:
 sharkd_session.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)