-
- Downloads
user32: Fix wsprintfA's buffer usage when using %S.
This fixes a regression introduced by 08bf605a. It could lead to stack corruption because ret can be negative when the output position, p, doesn't point the beginning of the buffer before the inner loop. Signed-off-by:Akihiro Sagawa <sagawa.aki@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
Please register or sign in to comment