David C Black

Results 6 issues of David C Black

### Configuration - Keka version: 1.2.53 (4962) - macOS version: 12.2.1 (Monterey) ### Describe the bug For anybody that care about security, there are some warnings that should be issued:...

bug
enhancement

### Background In these days of malware, it would be nice if we could verify a zip file's authorship and integrity before opening it. In particular, it would be nice...

enhancement
core

In order to compile this library under macOS 12.3.1 on Apple Silicon M1, I had to do two things: 1. ./configure --disable-hardening ;# I need to investigate further 2. Changed...

bug

A lot of programmers prefer `printf` over `std::cout` due to its simpler formatting; however, `printf` suffers from safety issues. A huge step forward to solving this problem was the introduction...

https://github.com/dcblack/ModernSystemC/blob/214448ffd437c1787b70b2b660d5a5b9fb469309/main.cpp#L72 Reporting configuration and associated variables (e.g. mout) should be part of a compiled report.cpp.

mout is assumed by report macros, but was silently instantiated in main. It should be part of report.cpp

documentation