oleaut32: Handle strings with a length of 0xffff in SLTG_DoVars.
commit9f9d8dc6839a724ee3c894227b93cff8c53c3031
authorRob Shearman <robertshearman@gmail.com>
Wed, 30 Jul 2008 12:18:47 +0000 (30 13:18 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 30 Jul 2008 12:41:47 +0000 (30 14:41 +0200)
tree7ff06083d9ac25d2f52b12eac6d7aa436a5a781e
parentcaf875f4eeb771f23557b68e7a966706018137ce
oleaut32: Handle strings with a length of 0xffff in SLTG_DoVars.

This means that the string is NULL so don't attempt to access the
string data in this case.
dlls/oleaut32/typelib.c