[Bug 46661] ISF_Desktop_fnGetDisplayNameOf function missing check for string variable This- >sPathTarget before copy it

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 17 10:21:05 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=46661

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Zebediah Figura <z.figura12 at gmail.com> ---
sPathTarget can't be null at that point; it's allocated in the constructor.
(Admittedly we don't check for allocation failure.)

Anyway, if an attacker is able to hook functions, there are much easier ways to
cause problems than by changing an internal variable.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list