[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#69437: basename fails with suffix containing slash
From: |
Rob Browning |
Subject: |
bug#69437: basename fails with suffix containing slash |
Date: |
Sat, 03 Aug 2024 14:52:54 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Zefram <zefram@fysh.org> writes:
> $ guile-3.0.9 -c '(write (basename "foo/bar" "o/bar")) (newline)'
> Backtrace:
> [...]
> ERROR: In procedure basename:
> Value out of range: 18446744073709551614
Hopefully fixed in main now via:
commit c03115c39d35784e87187b467e783d21a326eaf2
basename: check suffix against basename, not full argument
* libguile/filesys: check suffix against basename, not full argument.
Thanks for the report
--
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#69437: basename fails with suffix containing slash,
Rob Browning <=