Hector Martin

Results 16 issues of Hector Martin

The info page currently states: > The attack works for both clients and access points > Updating an access point does not keep clients protected! However, neither of those statements...

The KRACK author states that Android 6.0 devices and others using more recent versions of wpa_supplicant are vulnerable to an easier, more powerful attack. However, although the attack against those...

This reverts commit 7cf435a8765b67956cd3686b005bbbec87c5a28e. Editor::set_selected_midi_region_view relies on the MIDI region selection existing in order to trigger deselection of the notes contained within, prior to making a new selection. MidiRegionView::add_to_selection was...

Found this from [this](https://www.youtube.com/watch?v=SAp82nq-uKw) story, while looking at the low-quality encode from YouTube. To reproduce, grab [this file](https://mrcn.st/t/sweep-noise.wav) and: ``` opusenc --bitrate 32 sweep-noise.wav sweep-noise.opus ``` The original is a...

Proof of equivalence: https://gist.github.com/marcan/bbbc229f27ad4de0a43a2df175d5c8c4 The above code tests all possible residues for all primes in the original implementation against the new one. The only discrepancies are for the class of...

Even with TLS certificate validation turned on, the hostname of the server is not checked against the certificate. This means that anyone with a valid certificate for any host which...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported - [X]...

footprint
upstream

## Context Currently, Home Assistant treats IR blasters as the "Remote" entity type. This entity allows sending specific remote commands, and optionally learning them. This works fine for devices with...

This avoids polling for websocket replies every 100ms, which both saves CPU usage and reduces the latency of requests.