Solar Designer
Solar Designer
We ended up going with "add our own detection of CPU count to include that number in the suggested command". So we can close this issue as completed, in that...
Reviewing the code, we appear to have the same issue also for `pcapngepb.caplen`, which I guess the static analyzer missed. All of this code was added in just one commit...
OK, I just did: ```shell tshark -r wpa-Induction.pcap -w wpa-Induction.pcapng ``` and got with `file`: ``` wpa-Induction.pcap: pcap capture file, microsecond ts (little-endian) - version 2.4 (802.11 with radiotap header,...
> Reviewing the code, we appear to have the same issue also for `pcapngepb.caplen` For this one, the code was obviously wrong. So I'm fixing it to use the current...
> Installing the latest version with `pip install protobuf`, as suggested by many of the Python scripts, does not work. FWIW, I only see this suggested by one script, not...
> Testing: andOTP [SHA256 32/64]... aes_gcm_plug.c:168:8: runtime error: applying zero offset to null pointer > SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior aes_gcm_plug.c:168:8 in Per my review, this isn't even the only place where...
> Testing: RACF-KDFAES [KDFAES (DES + HMAC-SHA256/64 + AES-256)]... > racf_kdfaes_fmt_plug.c:372:23: runtime error: left shift of 238 by 24 places cannot be represented in type 'int' This looks easy to...
@RecRanger Can you show how exactly the script doesn't work with the latest version of protobuf? Can you try and fix that? Thank you!
> zip_fmt_plug.c:144:27: runtime error: index 64 out of bounds for type 'unsigned char[60]' I'm puzzled as to why this is only detected by UbSan, but not ASan. Any ideas?
> ``` > Testing: andOTP [SHA256 32/64]... aes_gcm_plug.c:168:8: runtime error: applying zero offset to null pointer > SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior aes_gcm_plug.c:168:8 in > ``` > > ``` > Testing: RACF-KDFAES...