https://bugs.winehq.org/show_bug.cgi?id=39485
Bug ID: 39485 Summary: Logically dead code in elf_hash_symtab (Coverity #731748) Product: Wine Version: 1.7.53 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
assignment: Assigning: symname = strp + symp->st_name.
notnull: At condition symname, the value of symname cannot be NULL. dead_error_condition: The condition symname must be true.
CID 731748 (#1 of 1): Logically dead code (DEADCODE)dead_error_line: Execution cannot reach this statement: compiland = NULL;