Skip to main content

Search

Items tagged with: 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