[go: up one dir, main page]

Menu

Code (SVN) Commit Log


Commit Date  
[r2769] by dbjh

- Fixed buffer overflow in discmage (caused crash on DOS on low memory
systems).
- Fixed use-after-free bug in discmage.
- It is Supercom PRO and Professor SF 2.

2019-11-07 17:46:16 Tree
[r2768] by dbjh

- Made some small improvements to the Makefiles.

2019-11-06 17:14:24 Tree
[r2767] by dbjh

- Simplified discmage's Makefile by using GCC instead of LD directly. This
applies only to MinGW and Cygwin. The resulting DLLs are somewhat larger
though.

2019-11-03 05:58:06 Tree
[r2766] by dbjh

- Fixed warning when compiling with Visual Studio Community 2019 version 16.3.5.

2019-10-17 14:25:21 Tree
[r2765] by dbjh

- Corrected comment.

2019-10-16 17:14:30 Tree
[r2764] by dbjh

- Third time's the charm. Visual Studio Community 2019's /analyze is just
wrong again, but I fell for it. fname cannot be null at line 127 if the call
to malloc() on line 87 fails. Regardless malloc() failing is now fatal.
- Changed references to "Super Com Pro" into "Supercom PRO".
- Addressed issue indicated when compiling with CFLAGS=-D_FORTIFY_SOURCE=2
after configuring with --without-zlib. Added fread_checked() and
fread_checked2().
- Replaced some calls to {f}printf() with calls to {f}puts().
- Used ZLIB_VERSION instead of the ZLIB_VER_* constants in order to support
old zlib versions (like on OpenBSD).
- Added proper handling of the case when the second argument of realpath() is
null.

2019-10-15 18:10:40 Tree
[r2763] by dbjh

- Fixed linking (\!) issue on macOS (no sched_setscheduler()).

2019-07-17 00:30:48 Tree
[r2762] by dbjh

- Fix linking (\!) issue on macOS (no sched_setscheduler()).

2019-07-17 00:26:39 Tree
[r2761] by dbjh

- Same issue, but actually addressed.

2019-07-16 01:02:55 Tree
[r2760] by dbjh

- Fixed error when not using zlib.
- Fixed issue found by Visual Studio Community 2019's /analyze.

2019-07-15 19:53:28 Tree
Older >