Issue 7922 - modify.c:77: bad nested if
Summary: modify.c:77: bad nested if
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: 2.4.39
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-19 20:11 UTC by dcb314@hotmail.com
Modified: 2014-10-23 07:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description dcb314@hotmail.com 2014-08-19 20:11:33 UTC
Full_Name: David Binderman
Version: 2.4.39
OS: Fedora Linux 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (79.64.240.58)


[modify.c:77] -> [modify.c:78]: (warning) Opposite conditions in nested 'if'
blocks lead to a dead code block.

        if ( ml->sml_values != NULL ) {
            if ( ml->sml_values == NULL ) {
                continue;
            }

Comment 1 Howard Chu 2014-08-20 03:32:27 UTC
changed notes
changed state Open to Test
moved from Incoming to Software Bugs
Comment 2 Quanah Gibson-Mount 2014-08-20 19:28:43 UTC
changed notes
changed state Test to Release
Comment 3 OpenLDAP project 2014-10-23 07:32:59 UTC
fixed in master
fixed in RE25
fixed in RE24
Comment 4 Quanah Gibson-Mount 2014-10-23 07:32:59 UTC
changed notes
changed state Release to Closed