Open GraysonNocera opened 6 days ago
Please squash the commit and add appropriate commit message. If possible avoid adding pictures in PRs but instead describe in your own words the issue at hand and how the commit addresses it.
Personally I am not worried about any security implications, since to trigger a specially crafted input file which is available in root-only location.
Hello, thank you for the replies @stoeckmann and @evelikov. I fully understand and agree with the concerns about the new sprintf
. I have squashed the commits and implemented the one-line fix.
@GraysonNocera cannot see a commit message which explains the problem and/or solution. Check through git log
for examples.
Hello, I was running some CodeQL queries on this project when I came across a potential unbounded write that could cause buffer overflow. I have implemented the fix in this PR.