[go: up one dir, main page]

Menu

Code (SVN) Commit Log


Commit Date  
[r2775] by dbjh

- Disabled warnings added in newer GCC versions that are unwanted at this time
or have shockingly broken diagnostic code resulting in spurious warnings. For
uCON64 code disabled:
-Wimplicit-fallthrough
-Wformat-truncation
-Wstringop-overflow
For libdiscmage disabled:
-Wimplicit-fallthrough
-Wstringop-overflow
The unfortunate side-effect is that for older GCC versions a warning or error
will result in 3 or 2 extra lines stating that the options are not recognized.
Thanks to Philipp Seiler for pointing me to build logs at opensuse.org.

2019-12-04 18:46:48 Tree
[r2774] by dbjh

- Fixed warning about (correctly) passing 0 as size to memset() for certain
(newer?) GCC versions.
- Fixed drop_privileges() to truly drop all privileges (saved UID and GID)
when called after drop_privileges_temp().

2019-12-03 17:43:35 Tree
[r2773] by dbjh

- Fixed bug I introduced in n64_chksum(). This time for real.

2019-11-16 09:55:50 Tree
[r2772] by dbjh

- Fixed bug I introduced in n64_chksum().

2019-11-15 18:27:13 Tree
[r2771] by dbjh

- Fixed DJGPP specific issue in mem_hexdump().

2019-11-10 09:42:50 Tree
[r2770] by dbjh

- Removed extra newline after calling dm_nfo().

2019-11-07 18:33:51 Tree
[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
Older >