On Sat, Aug 08, 2009 at 08:58:13PM +0200, Landry Breuil wrote:
> On Sat, Aug 08, 2009 at 04:22:08PM +0200, Tobias Ulmer wrote:
> > First try that doesn't crash on amd64 within seconds.
> > 
> > Removes the most evil things gcc warns about and moves malloc out of the
> > signal handler. There is without a doubt, much more to repair...
> 
> For sure.. with your patches, it still explodes on sparc64 at the same point..
> volunteers for code reading & fixing & forwarding patches upstream needed :)

ok, so here's a version that works (basic testing)
@macppc/sparc64/i386/alpha/amd64
- allocating :
char file_name[view->window_width -2];
- and accessing :
file_name[view->window_width +1]
is no good.. but the code does indeed lots of scarier things :)

While here, install vifmrc to share/vifm to remove the annoying warning
upon first startup, where it tried to copy the file from there to
~/.vifm.

Comments/oks ?

Landry

Attachment: vifm3.tgz
Description: application/tar-gz

Reply via email to