Fwd: bug submission failed

James Hanley jhanley at dgtlrift.com
Thu May 26 15:43:53 UTC 2016


Cross posting to the more appropriate list even though Bugzilla recommends
the first.

---------- Forwarded message ----------
From: James Hanley <jhanley at dgtlrift.com>
Date: Thu, May 26, 2016 at 11:22 AM
Subject: bug submission failed
To: uclibc-admins at lists.busybox.net


I'm trying to submit a bug through bugzilla and the server keeps spinning
nowhere... the message at the top says:
"This Bugzilla instance has been updated. If you experience troubles,
please file a bug
<https://bugs.busybox.net/enter_bug.cgi?product=Infrastructure&component=Bugzilla>,
or notify uclibc-admins@ <uclibc-admins at lists.busybox.net> if that fails."

The bug I'm attempting to file is:
Product: Busybox
Component: Other
Version: 1.24.x
Summary: Bash Compatible sub string of variable when evaluating negative
value causes seg fault
Description:
When referencing a sub-string of a variable, using a negative value stored
in another variable, the shell will seg-fault.

Steps to reproduce:
/ # s=abcdefg
/ # n=2
/ # echo ${s:$n}
cdefg
/ # n=-2
/ # echo ${s:$n}
Segmentation fault

Expected behavior:
/ # s=abcdefg
/ # n=2
/ # echo ${s:$n}
cdefg
/ # n=-2
/ # echo ${s:$n}
fg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20160526/615a794d/attachment.html>


More information about the busybox mailing list