[tinyxml] invalid reading of xml from FILE pointers
authorJoakim Plate <elupus@xbmc.org>
Sat, 7 Jul 2012 23:06:05 +0000 (01:06 +0200)
committerJoakim Plate <elupus@ecce.se>
Sun, 8 Jul 2012 12:33:21 +0000 (14:33 +0200)
commit3dc35f648156f1c642f7d6126384602122d3e055
treedfa2add46f9d6c007b14540e2af18d7c06789942
parentc3a6255bd269e2faaf752816a6528ca21d5a300b
[tinyxml] invalid reading of xml from FILE pointers

buf is not a null terminated string, so don't rely on it
xbmc/utils/XBMCTinyXML.cpp