Search

Items tagged with: bugfix


We love hearing from you and take pride in a tight feedback loop where we push updates in weeks not years. Since the release of OS 8, we’ve been able to address over 1,100 of the reports you filed!

~72% of them were fixed bugs—unexpected or disruptive software behaviors

~18% were new features or enhancements that you requested

The last 10% were things like project management tasks, tech debt, and code cleanup

github.com/search?q=org%3Aelem…

#OpenSource #Linux #elementaryOS #BugFix



NV Access is pleased to announce that version 2024.3.1 of NVDA, the free screen reader for Microsoft Windows, is now available for download. We encourage all users to upgrade to this version.

This is a patch release to fix a bug with the automatic add-on update notification. When automatically checking for add-on updates, NVDA no longer freezes on poor connections.

Full details and download at: nvaccess.org/post/nvda-2024-3-…

#NVDA #NVDAsr #ScreenReader #Patch #BugFix #FOSS #New


Hey @Tusky, I am eagerly waiting for you to make a new release including PR github.com/tuskyapp/Tusky/pull…

I am affected by that bug that seems to have been reported multiple times by other people as different issues. This was already merged into "develop". When can a release be expected?

Thanks for your ongoing work on this complex app! 😍

#tusky #Gitlab #PullRequest #bugfix


neilmadden.blog/2022/04/19/psy…

One side of the equation is r and the other side is multiplied by r and a value derived from s. So it would obviously be a really bad thing if r and s were both 0, because then you’d be checking that 0 = 0 ⨉ [a bunch of stuff], which will be true regardless of the value of [a bunch of stuff]! And that bunch of stuff is the important bits like the message and the public key. This is why the very first check in the ECDSA verification algorithm is to ensure that r and s are both >= 1.
Guess which check Java forgot?


#bugfix #crypto #java #security