#738 Uninitialized variables in the collection UNIT test
Closed: Fixed Opened 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

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

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

Metadata