5 comments

  • jeffbee0 minutes ago
    RISC was not a distant dream in 1994 LMAO.
  • collinfunk39 minutes ago
    As the person who wrote the fix for this issue (and not the original code), I will just mention that I find this paragraph makes the author sound incredibly entitled:<p><pre><code> Shamefully, the inetutils project hasn’t actually released a fixed version of their software (at least at the time of publishing). </code></pre> The bug was reported on a public mailing list, which is sadly common nowadays [1]. After my workday, during which I was not able to review the report, I wrote a script to confirm the bug was real, since I was seeing way too many slop reports at the time. Then I sent a patch before going to bed [2]. A third party then graciously shared the patch on oss-security [3], which all distributions follow. There is no need to make a new release, which is harder for the distributions than simply applying a small patch.<p>Perhaps I am just unlucky in my interactions, but I feel like this entitlement is too common among software security people. Note that I see zero return in spending time working on Inetutils, and I find other projects I work on more interesting.<p>[1] <a href="https:&#x2F;&#x2F;lists.gnu.org&#x2F;archive&#x2F;html&#x2F;bug-inetutils&#x2F;2026-03&#x2F;msg00031.html" rel="nofollow">https:&#x2F;&#x2F;lists.gnu.org&#x2F;archive&#x2F;html&#x2F;bug-inetutils&#x2F;2026-03&#x2F;msg...</a> [2] <a href="https:&#x2F;&#x2F;lists.gnu.org&#x2F;archive&#x2F;html&#x2F;bug-inetutils&#x2F;2026-03&#x2F;msg00032.html" rel="nofollow">https:&#x2F;&#x2F;lists.gnu.org&#x2F;archive&#x2F;html&#x2F;bug-inetutils&#x2F;2026-03&#x2F;msg...</a> [3] <a href="https:&#x2F;&#x2F;www.openwall.com&#x2F;lists&#x2F;oss-security&#x2F;2026&#x2F;03&#x2F;12&#x2F;4" rel="nofollow">https:&#x2F;&#x2F;www.openwall.com&#x2F;lists&#x2F;oss-security&#x2F;2026&#x2F;03&#x2F;12&#x2F;4</a>
    • taftster12 minutes ago
      It&#x27;s an unfortunate statement. And it does feel like it discredits you and the heroic efforts of those like you.<p>But this is probably forgiven as just sensationalism in writing, which is all too common. Not to excuse the author, but these types of writeups tend to drift into name calling and finger pointing a little too soon.<p>&quot;Shamefully&quot; is definitely the wrong word here, for sure.
  • notimetorelax22 minutes ago
    I really dislike articles that blow out of proportion the technical details. TLDR; bounds checking was missing leading to potential memory corruption.