]> Chaos Git - corbenik/corbenik.git/commit
No more writable strings. It's a serious problem for memory debugging, better to...
authorchaoskagami <chaos.kagami@gmail.com>
Sun, 28 Aug 2016 03:38:53 +0000 (23:38 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Sun, 28 Aug 2016 03:39:20 +0000 (23:39 -0400)
commit502938350070fa9d160acc6eee1b18a9ad855f8f
tree5442ae5138098da722fd1a063e0e3441c82354c3
parentb2c8aed7a9996924d74b84e23b499712ec9de87e
No more writable strings. It's a serious problem for memory debugging, better to have GCC complain

Turns out there's also some kind of memory corruption happening here and in master (thus the pad[300])
16 files changed:
common.mk
include/interp.h
include/menu-backend.h
include/std/allocator.h
include/std/draw.h
include/std/fs.h
include/std/memory.h
source/config-file.c
source/firm/firm.c
source/interpreter.c
source/menu-backend.c
source/menu.c
source/std/allocator.c
source/std/draw.c
source/std/fs.c
source/std/memory.c