Conversation
sys_nerr and sys_errlist depricated. Now using errno and strerror()
DryRun Security SummaryThe code change in this pull request updates the Expand for full summarySummary: The code change in this pull request appears to be a fix for a potential issue in the From an application security perspective, this change is a positive improvement, as it addresses a potential issue that could lead to unexpected behavior or even security vulnerabilities. Additionally, the updated code now uses the Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
sys_nerr and sys_errlist depricated. Now using errno and strerror()
I still ran into some build errors that required sgml2latex which I got from linuxdoc-tools.
This time it actually asked for latex so I installed latex-make.
This allowed the build to complete. I suspect one would only need latex-make and gcc-multilib to complete this build.
This is my fix to issue 3 and I'm not sure if there's a simple way (or much how to on my side yet) to update the requirements list.