URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f9b688226a71c1ced36ad0b70bb4796d1a5c12b3
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f9b6882 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):
Don't use _snwprintf (use StringCchPrintf instead).
The MS docs say that StringCchPrintf() is safer.
Change-Id: Id3669ff75f2acb2218a8ef74cf0562e4ac3abb1e
Reviewed-on: https://code.wireshark.org/review/14880
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from b7897dd Qt: prevent input to the capture filter field during initialization
adds f9b6882 Don't use _snwprintf (use StringCchPrintf instead).
Summary of changes:
epan/guid-utils.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)