You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should work on this, and get it to a reasonable number before the next release.
Most of these are potential issues, not real issues (things like don't use strlen, because its bad), but there are lots of times it's OK in this code base, since we know all the strings are null terminated. However - if someone wanted to inject something into the library - it possible, and then the library would crash, so it still worth looking at...
The text was updated successfully, but these errors were encountered:
Codacy reports:
We should work on this, and get it to a reasonable number before the next release.
Most of these are potential issues, not real issues (things like don't use strlen, because its bad), but there are lots of times it's OK in this code base, since we know all the strings are null terminated. However - if someone wanted to inject something into the library - it possible, and then the library would crash, so it still worth looking at...
The text was updated successfully, but these errors were encountered: