-
Issues are for bugs in syzkaller itself, for everything else please contact syzkaller@googlegroups.com mailing list.
Before filing an issue please check the existing issues and the mailing list (ht…
-
There is currently no check for Reed-Solomon (RS) decoding errors in `calacs`. RS errors are a result of compression in ACS data and are listed in ACS documentation as being marked in the DQ array wit…
-
See https://github.com/JvanKatwijk/qt-dab/issues/22
`./eti-frontend -O - | dablin_gtk`
> SDLOutput: silence started...
> SDLOutput: silence ended (115200 bytes)
> SDLOutput: silence started...…
-
An example from README stops working once capacity increased from 255 to 4095.
# Steps to reproduce:
1. type in `test.cpp`:
```c++
#include
int main() {
// Reed Solomon codec w/ 4095 …
-
I'm using qrduino by @tz1 to generate QR codes. In Qrduino, the format information is generated and inserted only after choosing a mask: https://github.com/tz1/qrduino/blob/master/qrencode.c#L523
I…
-
Stumbled upon this one. Reproduced using the attached mocha test (renamed as .txt for github upload)
[rononmon.test.txt](https://github.com/ronomon/reed-solomon/files/2270879/rononmon.test.txt)
Ex…
-
We have the raw materials to do FFT-based evaluation.
This does not matter much for small values of N, but at N=50 it makes a 10x or more difference, e.g. N^2 = 2500 vs N log2 N = ~250. The only chal…
-
/**
* @brief Generate a matrix of coefficients to be used for encoding.
*
* Vandermonde matrix example of encoding coefficients where high portion of
* matrix is identity matrix I and lower po…
-
- Cilium version (run `cilium version`)
`1.5.4`
- Kernel version (run `uname -a`)
`Linux ip-172-21-53-107 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1 (2019-04-12) x86_64 GNU/Linux`
- Orchestration s…
-
Hello Jvan,
when I try to compile the dabradio on an RPI3 I am getting the following error message:
```
sudo qmake dabradio.pro
Project MESSAGE: Current git hash = 70e5661
maroni@Radio:~/dabr…