richedit: Null pointer check missing on optional parameter.
commiteaf7becabd8457c849135e18c269e634202a52d4
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 25 Jun 2008 15:32:52 +0000 (25 11:32 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 26 Jun 2008 19:14:52 +0000 (26 21:14 +0200)
tree6743978251be82767248467fb103a13557f4dd0e
parentcc23d3ef3dd65cae1c53fb0231a414e7bc43f35f
richedit: Null pointer check missing on optional parameter.

The function ME_FindRunInRow uses two parameters to return values by
reference, and treated these parameters as if they were optional except
for the start of the function which set *pbCaretAtEnd without checking
to see if was a NULL pointer.
dlls/riched20/caret.c