-
We generated transport streams using `MP42TS` and when we analysed them, we found PCR interval errors. This is where the interval between successive PCRs is greater than 40ms. This is a problem for us…
-
This has been working but is now failing with ember-data 1.13.11,. I'm not sure exactly when it started to fail, I'm going to try building a bunch of versions to see if I can pin it down. Unless thi…
-
follows #1279
refs #1257
-
Hi,
Not sure if this is right place to ask this question, but I couldn't find any mailing list, so asking here.
I see that the first transition from pre-OS code to post-OS code, i.e. first boot sect…
-
Hi Team Dada,
Is there a best-practices for running dada2 in parallel? I know that its one of the theoretical selling points but I am not sure of the best way to make use of it. In the tutorial, for …
-
This was tested using TrustedGRUB2 1.2.1 in debug mode on Arch Linux using the standard (latest) kernel and initramfs.
There is a bug in the SHA-1 implementation of TrustedGRUB2. If a hash is calcula…
-
Maybe it worths to add some simple tagging to the string values? This helps to keep spec simple and keep users of various date formats #263 and regexen #292 happy at the same time.
e.g., "2015-02-06…
-
I am using `tpm-luks` to store keys in the TPM NVRAM and the initramfs has a module (provided by tpm-luks) which retrieves the key from TPM and mounts the LUKS partition using that key. These keys can…
-
In line 8166 of src/media_tools/media_import.c as of commit f2dc63a1608619bc625451a7d9ef7a5b760bfbac
There is the conditional statement
```
if (samp->DTS >= pck->stream->first_dts) {
.
.
} else {
…
-
Hi,
When using the symfony 1 bag, I'm having a weird issue trying to set the credencials.
For instance:
```
$credencials = array('role1', 'role2', 'role3');
$this->session->getBag('symfony/user/sfU…