#738 Uninitialized variables in the collection UNIT test
Closed: Fixed None Opened 13 years ago by dpal.

Some of the variables in the collection UNIT test are not initialized.

 624int iterator_test(void)
  625{
Declaring variable "peer" without initializer.
  626    struct collection_item *peer;
  627    struct collection_item *initial;
  628
  629    struct collection_item *socket1;
  630    struct collection_item *socket2;
  631    struct collection_item *socket3;
  632    struct collection_iterator *iterator = NULL;
  633    int error = EOK;
}}}

Fields changed

coverity: => 10048
keywords: => Coverity

Fields changed

coverity: => 10048
keywords: => Coverity

Fields changed

coverity: => 10048
keywords: => Coverity

Fields changed

rhbz: => 0

Fields changed

rhbz: => 0

Fields changed

rhbz: => 0

Issues is addressed in the current tree.

blockedby: =>
blocking: =>
feature_milestone: =>
milestone: Tools Backlog => Tools 1.0
patch: => 0
resolution: => fixed
status: new => closed

Issues is addressed in the current tree.

blockedby: =>
blocking: =>
feature_milestone: =>
milestone: Tools Backlog => Tools 1.0
patch: => 0
resolution: => fixed
status: new => closed

Issues is addressed in the current tree.

blockedby: =>
blocking: =>
feature_milestone: =>
milestone: Tools Backlog => Tools 1.0
patch: => 0
resolution: => fixed
status: new => closed

Metadata Update from @dpal:
- Issue set to the milestone: Tools 1.0

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/1780

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata