]> granicus.if.org Git - libexpat/commit
xmltok.c: Use memcpy instead of copying single bytes (fixes #282)
authorSebastian Pipping <sebastian@pipping.org>
Wed, 17 Jul 2019 14:21:31 +0000 (16:21 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 17 Jul 2019 14:21:32 +0000 (16:21 +0200)
commitd4d8d486af1810bff52612d84533985b9b47b7a6
treef15c432626aef4fda87604db2134f5c237be0820
parentc5b3ce0932fc93d26e419e4529a6eeb23e567dcb
xmltok.c: Use memcpy instead of copying single bytes (fixes #282)

Fixes cppcheck's complaint as a side-effect.
expat/lib/xmltok.c