Package: missingh Version: 1.1.0.3-3 Severity: normal Prelude System.Path> absNormPath "/" "/.." Just "/.." Prelude System.Path> absNormPath "/" "/../../" Just "/" Prelude System.Path> absNormPath "/" "/../.." Just "/" Prelude System.Path> absNormPath "/" "/../../../" Nothing
I'd expect to get Nothing or "/" for all of these. The documentation says that it removes all dotdot entries. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- see shy jo
signature.asc
Description: Digital signature

