Bug#419369: Please initialise memory with garbage

2015-11-29 Thread Michael Tokarev
Control: severity -1 wishlist This is clearly a wishlist item, not a bug, stating as such. Thanks, /mjt

Bug#419369: Please initialise memory with garbage

2007-04-15 Thread Bas Wijnen
Package: qemu Version: 0.8.2-5 Severity: minor I just finished debugging a particularly hard bug in my new hobby OS. The problem was that I was using uninitialised memory. In qemu (and bochs), this was all 0, which was exactly what it should be initialised to. This means the problem wasn't trigg