Daniel Marschall

Results 42 comments of Daniel Marschall

Ich habe das selbe Problem. Ich habe aber eine Liste an Tickets, die in der Vergangenheit funktioniert haben. Die funktionieren auch nicht, d.h. es ist ein Bug und kein Problem...

``` generic = [ ('header', 3), ('version', 2), ('carrier', 4), ('key_id', 5), ('signature', 0, None, signature_decode), ('data_length', 4, int), ('signature_validity', 0, None, signature_validity), ``` Scheinbar weis das Programm nicht, wo...

Außerdem scheint es ein großes Problem zu sein, dass scheinbar nun Version 2 verwendet wird (Die Auftragsnummern sind nun auch Zahlen und keine Buchstaben mehr) und unbekannt ist, was die...

Hallo Arne, ich bin etwas verwirrt. Was ist der Fix? Das ist ja ein NPM JavaScript Projekt (ich kenne mich mit npm überhaupt nicht aus). Was ist der Fix zum...

The issue 0xc000001d means that Flutter uses some CPU instruction from an instruction set (AVX, FMA3, SSE, MMX, ...) which the CPU does not support. The correct way is to...

Thank you for the quick reply. Can you please send me the exact name of the CPU as shown in the Windows "system information" tool?

Ok, in this case, the CPU seems to be "[Intel® Core™ i7 8565U](https://support.hp.com/hk-en/document/c06353772)" which DOES supports SSE 4.1 . There is a very recently discovered bug in Flutter/Dart which [causes...

I am not sure what "missing padding" means in this ticket's problem description. What is exactly the issue? Is it really missing (i.e. the size is too short) or is...

Oh, I think OP meant this spot in `TDECCipherModes.EncodeECBx` : ``` if Size mod Context.BlockSize = 0 then begin ...... end else begin FState := csPadded; ReportInvalidMessageLength(Self); end; ``` If...

I think I have found the reason. The vector that fails for me is from gcmEncryptExtIV128.rsp ``` [Keylen = 128] [IVlen = 96] [PTlen = 256] [AADlen = 0] [Taglen...