bug#24541: runcon tty hijacking via TIOCSTI ioctl

2016-09-29 Thread Bernhard Voelker
On 09/26/2016 05:53 PM, Paul Eggert wrote: >> "I don't think we need to fix this for runcon, as it isn't as >> sandboxing tool like sandbox, and the loss of job control would likely >> be much more noticeable for runcon." > > Thanks, closing the debbugs bug report. FWIW Karel just committed a

bug#24561: Unmathematical bc exponentiation behavior

2016-09-29 Thread Erik Auerswald
Hi Tobias, On Wed, Sep 28, 2016 at 03:48:27PM +, Martens, Tobias wrote: > echo "-(1)^2" | bc > 1 > > I would have expected -1. This behavior is unmathematical and very > confusing, because otherwise bc acts quite logic. bc did exactly what you asked it to do. You probably meant to write: