11 Sep 2009 15:20
CVS: sbcl/src/runtime coreparse.c,1.42,1.43
Nikodemus Siivola <demoss <at> users.sourceforge.net>
2009-09-11 13:20:03 GMT
2009-09-11 13:20:03 GMT
Update of /cvsroot/sbcl/sbcl/src/runtime In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5294/src/runtime Modified Files: coreparse.c Log Message: 1.0.31.3: fix saving runtime options from executable cores Runtime options used to be clobbered from the executable core even if there were none saved there. Patch by Zach Beane. Fixes https://bugs.launchpad.net/sbcl/+bug/411925 Index: coreparse.c =================================================================== RCS file: /cvsroot/sbcl/sbcl/src/runtime/coreparse.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- coreparse.c 3 Jan 2009 15:59:44 -0000 1.42 +++ coreparse.c 11 Sep 2009 13:20:00 -0000 1.43 <at> <at> -83,12 +83,16 <at> <at> void maybe_initialize_runtime_options(int fd) { + struct runtime_options *new_runtime_options; off_t end_offset = sizeof(lispobj) + sizeof(os_vm_offset_t) +(Continue reading)
RSS Feed