Block or Report
Block or report botovq
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
src Public
Forked from openbsd/src
Public git conversion mirror of OpenBSD's official cvs src repository.
C
-
ports Public
Forked from openbsd/ports
Public git conversion mirror of OpenBSD's official cvs ports repository.
Makefile
-
www Public
Forked from openbsd/www
Public git conversion mirror of OpenBSD's official cvs www repository.
HTML
-
xenocara Public
Forked from openbsd/xenocara
Public git conversion mirror of OpenBSD's official cvs xenocara repository.
C
-
1,548 contributions in the last year
Contribution activity
March 2023
Created 112 commits in 4 repositories
Created 1 repository
Created a pull request in ibara/cmb that received 1 comment
BN_zero() is void and can't fail
This will break the build with LibreSSL 3.7.1 and later. In OpenSSL, BN_zero() only has a return value if OPENSSL_API_COMPAT < 0x00908000L, which i…
Reviewed 1 pull request in 1 repository
openssl/openssl
1 pull request
Created an issue in google/oss-fuzz that received 5 comments
Issues reproducing - could helper.py pull_images default to using known-good images?
Echoing #9876: for someone who never had to deal with docker/containerization, the documentation on reproducing really isn't clear. Having to pull …