Bug#818: echo builtin doesn't check for write errors

1996-08-17 Thread Buddha M. D. Buck
As of 1.14.6-4, this bug is still there... maybe $ type echo echo is a shell builtin $ echo foo >/dev/full $ echo $? 0 $ cat /dev/zero >/dev/full cat: write error: No space left on device $ echo $? 1 $ /bin/echo foo >/dev/full $ echo $? 0 $ file /bin/echo /bin/echo: ELF 32-bit LSB executable,

Bug#660: GDB gets address wrong of struct member in memory breakpoint

1996-08-17 Thread Buddha M. D. Buck
I'm looking at the backlog of forgotten bugs, and have verified that this one still exists. The original report was for gdb 4.12, but Ian Jackson verified that the problem exists under 4.14, and I just verified that it exists for 4.15.1-1. Should this be forwarded to the upstream maintainers of g