[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#708755: lintian: "use of uninitialized value" warnings on lintian.d.o/wmaker



On 2013-05-18 13:29, Niels Thykier wrote:
> Package: lintian Version: 2.5.12 Severity: important
> 
> Found this little gem on lintian.d.o:
> 
> """ [...] """
> 
> Have not had time to debug it yet.
> 
> ~Niels
> 
> 

It appears to be triggered by these entries:

"""
?package(wmaker):needs="wmaker" \
	section="/" title="Run..." \
	command="SHEXEC \"%A(Run,Type Command:)\""
?package(wmaker):needs="wmaker" \
	section="/" title="Exit" sort="ZZ" \
        command="EXIT"
?package(wmaker):needs="wmaker" \
	section="/" title="Exit session" sort="ZZ" \
        command="SHUTDOWN"
"""

With section "/", $rootsec and $sect in the following line appears to
become undef.

 my ($rootsec, $sect) = split m:/:, $section, 2;

Yummy...

~Niels


Reply to: