]> granicus.if.org Git - gc/commit
Remove strlen calls with a constant string argument in msvc_dbg
authorIvan Maidanski <ivmai@mail.ru>
Wed, 7 Nov 2018 07:00:21 +0000 (10:00 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 7 Nov 2018 07:00:21 +0000 (10:00 +0300)
commitd8155cfed46d8d571f1c9f5e1d561cda87192bb0
tree814c86a7363e9446631c81a797270d91f4603fd4
parent18f50d83d9e486d07985c9f5d8e2f644895930af
Remove strlen calls with a constant string argument in msvc_dbg
(code refactoring)

* extra/msvc_dbg.c (GetDescriptionFromAddress): Replace
strlen(<literal_str>) to sizeof(<literal_str>)-1.
extra/msvc_dbg.c