Hacker News
new
past
comments
ask
show
jobs
points
by
LtWorf
6 hours ago
|
comments
by
alfanick
6 hours ago
|
[-]
And they do it fast, thankfully Compliant Static Code Analyser catches issues like
https://github.com/wolfSSL/wolfGuard/commit/fa21e06f26de201b...
reply
by
johnisgood
5 hours ago
|
parent
|
[-]
Holy shit. Those are rookie mistakes[1], that could end up being SEVERE.
[1] Not referring to the fixes.
reply
by
dietsche
4 hours ago
|
parent
|
[-]
looks like AI to me. It’s always making rookie mistakes that look plausible!
reply
by
johnisgood
4 hours ago
|
parent
|
[-]
No, I mean, for example uninitialized pointers are a huge red flag, so seeing one not set to NULL is honestly shocking, especially in crypto code where a stray pointer can lead to crashes or subtle security issues.
reply