links

lynx-like text mode web browser
git clone anongit@rnpnr.xyz:links.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 664d62c7365274ff54cf130c1c89a636f6c46f9c
Parent: 187a7cc8c482721b03ad1136589a87b608191a70
Author: opask
Date:   Thu,  2 Aug 2018 06:30:00 -0600

for now add this test back to prevent endless loop in free_all_caches

Diffstat:
Mmemory.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/memory.c b/memory.c @@ -49,7 +49,7 @@ void free_all_caches(void) a |= x; b &= x; } - } while (a); + } while (a & ST_SOMETHING_FREED); if (!(b & ST_CACHE_EMPTY)) { unsigned char *m = init_str(); int l = 0;