You are right, Nick. My patch had left it enabled. It looks like nearly
everything is enabled by default.
Tomorrow, or whenever I can get to it, I will submit a new patch derived from
yours that uses the version testing macro, and submit the unstable hack as a
patch to the website, unless the
See attached patch.
>From f6c18450a99875647d85f633fef00e72a0c1577b Mon Sep 17 00:00:00 2001
From: sin
Date: Wed, 15 Apr 2015 09:43:06 +0100
Subject: [PATCH] Fix memmove() invocation with src/dst being NULL
This fixes a segmentation fault on some systems.
---
st.c | 7 +--
1 file changed, 5 i
On Tue, Apr 14, 2015 at 05:25:15PM +0200, Willem van de Krol wrote:
> This fixes a segmentation fault when opening a directory.
> Also, opening a file you are not permitted to read, will now give an
> error, instead of showing the file as empty.
Yes this needs improving, however your patch breaks
Thanks, applied!
--
Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0
Quoth tauto...@gmail.com:
> The disk cache is disabled by default, so it is probably not an
> issue. If someone enables it, it is their decision.
Actually the disk cache is enabled by default; it's set to true in
config.def.h
> This should be reverted.
Yeah, I agree. I also think we should put some comment saying that
if i == 0 then it is possible to have some of the undefined cases
where src == NULL || dst == NULL || src == dst.
Some volunter to write the patch?