Re: Unbreak adventure(6)

2014-12-31 Thread Adam Wolk
On Wed, Dec 31, 2014, at 04:16 PM, Theo Buehler wrote: > The adventure game is currently broken. When it's started without > any arguments, it spits a pile of garbage to stdout before eventually > dumping its core. > Confirmed true for i386 running a snapshot from 27-Dec-2014. With your patch (ob

Unbreak adventure(6)

2014-12-31 Thread Theo Buehler
The adventure game is currently broken. When it's started without any arguments, it spits a pile of garbage to stdout before eventually dumping its core. The game data of adventure(6) is obfuscated at compile time with a scheme relying on deterministic random() and deobfuscated at runtime. This i