]> 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>
Mon, 26 Nov 2018 08:04:29 +0000 (11:04 +0300)
commit5ddcd01444dc89b1f392a130639a96eb22e51d00
tree9f86543bd8a74db1ea4a3b0b299d4f501e22a580
parent2f03abeac7d1abdd8f28424d8fde51a0b752082a
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