Dominic Chen

Results 8 issues of Dominic Chen

The eBay website now redirects auction listings for completed items away to unsold similar items. This change modifies the URL parameters to avoid these server-side redirections.

Currently, PKCS#7 support in pyOpenSSL appears to be limited to retrieving metadata for a subset of fields, e.g whether it is signed, enveloped, or etc. However, there is no support...

Tested on Ubuntu 20.04

I couldn't see any mention of this in the code or documentation, so how does this work for repositories that contain submodules referring to other repositories? Does each submodule need...

enhancement

Not sure if this is an issue with musl or the build script, but after building with musl v1.1.24 and doing `make install`, I notice that the symbolic link for...

By default, the wrapper script will execute `llvm-cov`, which can be overriden by the environment variable AFL_COV_LLVM. As an example: ``` AFL_COV_LLVM=llvm-cov-8 afl-cov -d -c -e " < AFL_FILE" --clang...