https://bugs.winehq.org/show_bug.cgi?id=39485
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
--- Comment #1 from Alex Henrie alexhenrie24@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...