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
Building edbrowse (current tip of the master branch) using scan-build found 91 total bugs, 50 of which one might call "severe."
These bug reports are often spurious or describe things which can't occur in practice, but 50 of them is rather alarming. Especially for a program that's processing data from the internet.
Logic error
Array subscript is undefined 1 [ ]
Branch condition evaluates to a garbage value 1 [ ]
Dereference of null pointer 33 [ ]
Result of operation is garbage or undefined 2 [ ]
Uninitialized argument value 3 [ ]
Memory error
Bad free 5 [ ]
Memory leak 2 [ ]
Use of zero allocated 5 [ ]
Use-after-free 1 [ ]
Speaking for myself, I only just discovered edbrowse and haven't looked at the source. I like Ed, and using this sort of thing to wrangle the modern internet seems promising and worth fixing.
The text was updated successfully, but these errors were encountered:
Building edbrowse (current tip of the master branch) using scan-build found 91 total bugs, 50 of which one might call "severe."
These bug reports are often spurious or describe things which can't occur in practice, but 50 of them is rather alarming. Especially for a program that's processing data from the internet.
Speaking for myself, I only just discovered edbrowse and haven't looked at the source. I like Ed, and using this sort of thing to wrangle the modern internet seems promising and worth fixing.
The text was updated successfully, but these errors were encountered: