Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninitialized variables in the collection UNIT test #1780

Closed
sssd-bot opened this issue May 2, 2020 · 0 comments
Closed

Uninitialized variables in the collection UNIT test #1780

sssd-bot opened this issue May 2, 2020 · 0 comments
Labels
Closed: Fixed Issue was closed as fixed.

Comments

@sssd-bot
Copy link

sssd-bot commented May 2, 2020

Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/738

  • Created at 2010-12-17 01:56:30 by dpal
  • Closed as Fixed
  • Assigned to nobody

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;
}}}

Comments


Comment from sgallagh at 2010-12-17 14:28:26

Fields changed

coverity: => 10048
keywords: => Coverity


Comment from sgallagh at 2010-12-17 14:28:26

Fields changed

coverity: => 10048
keywords: => Coverity


Comment from sgallagh at 2010-12-17 14:28:26

Fields changed

coverity: => 10048
keywords: => Coverity


Comment from dpal at 2012-01-19 03:26:24

Fields changed

rhbz: => 0


Comment from dpal at 2012-01-19 03:26:24

Fields changed

rhbz: => 0


Comment from dpal at 2012-01-19 03:26:24

Fields changed

rhbz: => 0


Comment from dpal at 2012-09-26 22:14:28

Issues is addressed in the current tree.

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


Comment from dpal at 2012-09-26 22:14:28

Issues is addressed in the current tree.

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


Comment from dpal at 2012-09-26 22:14:28

Issues is addressed in the current tree.

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


Comment from dpal at 2017-02-24 14:21:17

Metadata Update from @dpal:

  • Issue set to the milestone: Tools 1.0
@sssd-bot sssd-bot added the Closed: Fixed Issue was closed as fixed. label May 2, 2020
@sssd-bot sssd-bot closed this as completed May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed: Fixed Issue was closed as fixed.
Projects
None yet
Development

No branches or pull requests

1 participant