https://bugs.winehq.org/show_bug.cgi?id=39485 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Alex Henrie <alexhenrie24(a)gmail.com> --- Upon closer look, I think this is actually a false positive. Coverity thinks that if (symname) can never be null because it thinks that strp can never be null and symname = strp + symp->st_name, but strp can be null if there is something wrong with the image map. See: https://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee... https://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee... Sorry for trusting Coverity a bit too much here... -- 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.