The following commit has been merged in the master branch:
commit e67fe6445a1cd2d654c9e68164a500300c567daa
Author: Niels Thykier <[email protected]>
Date:   Sat May 18 09:32:16 2013 +0200

    p/tag-stats: Fix use of uninitialized variable
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/private/tag-stats b/private/tag-stats
index ac71a3f..8b5f62a 100755
--- a/private/tag-stats
+++ b/private/tag-stats
@@ -70,7 +70,7 @@ for my $check (readdir($checkdir)) {
         push(@{$stats{type}{both}{$code}{$severity}{$certainty}}, $name);
 
         for my $need (@needs) {
-            $stats{needs}{$severity}{$certainty}{$_} = 1;
+            $stats{needs}{$severity}{$certainty}{$need} = 1;
         }
 
         $num_tags++;

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to