Steve Luo

Results 5 comments of Steve Luo

> **`fieldLoad.get(var)` could be null.** > > I submitted a lot of Wrong Answers before I saw your issue, thanks a lot. :) I got Accepted results using `HashMultimap` as...

> I think the null check must be because there is some statement that appears in the constant propagation that does not appear in the pointer analysis. > > The...

Do you mean things below? systemd-udevd: specified group 'qat' unknown kernel: QAT: Invalid header 0x6f6d kernel: dh895xcc 0000:07:00.0: Failed to map FW kernel: dh895xcc 0000:07:00.0: Failed to load acceleration FW...

I just follow the Installation Instructions in README as follows: git clone https://github.com/openssl/openssl.git cd /openssl ./config --prefix=/usr/local/ssl -Wl,-rpath, /usr/local/ssl/lib make depend make make install export OPENSSL_ENGINES=/usr/local/ssl/lib/engines-1.1 git clone https://github.com/01org/QAT_Engine.git cd...

Oh, I didn't checkout to the latest branch, which may accounts for my failure. Thanks for your kindness.