Bug#919605: grub-fstest: segmentation fault with a very long value for '-n' option

2019-01-18 Thread s3v
I can't reproduce this issue anymore (with long argument or long file). Please feel free to close this bug, (I forgot to mention that my shell is Bash). Sorry for the noise and thanks for your time. Kind regards.

Bug#919605: grub-fstest: segmentation fault with a very long value for '-n' option

2019-01-18 Thread s3v
Hi Bernhard, thanks for your reply and for taking care of the issue. Il 18/01/19 15:53, Bernhard Übelacker ha scritto: > Hello s3v, > I tried to have a look at the crash, but unfortunately could > not reproduce it with packages on state of current buster > in a amd64 qemu VM, with grub in

Bug#919605: grub-fstest: segmentation fault with a very long value for '-n' option

2019-01-17 Thread s3v
Package: grub-common Severity: normal Dear maintainer, passing a very long value to grub-fstest command with '-n" option causes a segmentation fault. $ foo="0"; for i in {1..6000}; foo="$foo$i"; done $ grub-fstest -n $foo Segmentation fault Similarly: $ echo "$foo" > foofile $