Artifact 3c0b36644e350c88700977331bf644ab7c3e2d484f7a4e6d7e4d8373f5edcc17:
- File src/forum.c — part of check-in [892781cb23] at 2018-08-11 19:28:17 on branch trunk — Zeroed a pointer in its declaration to squish a warning from GCC 4.8.4 on Ubuntu 14.04 about use of a potentially uninitted pointer. I don't think it's actually possible for the current code to use the pointer in the window between its declaration and first use, but I think we can afford the extra machine instruction this will cost us. (I assume newer GCCs are smart enough to analyze this situation correctly, which is why the warning hasn't been squished earlier.) (user: wyoung size: 28512)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.