Skip to content
Snippets Groups Projects
Commit 2cab35ca authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix warnings raised by gcc -D_FORTIFY_SOURCE=3 -O1

A bunch of possible (but often, not really) use of undefined values.
Some ignored return values (e.g. of chsize/ftruncate, read, write, fgets).

Other than some added diagnostics upon some of these unexpected syscall
failures, there should be no change in behavior from this commit.
parent a10cf76b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4412 passed
Showing with 80 additions and 55 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment