Skip to content
View mockbutler's full-sized avatar

Block or report mockbutler

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. psafe psafe Public

    Dump Password Safe V3 databases.

    C 4

  2. e2 e2 Public

    Toy text editor

    C++

  3. Some POSIX APIs such as readlink hav... Some POSIX APIs such as readlink have non-obvious error cases
    1
    const char *linkpath = "some path";
    2
    char realpath[1024];
    3
    size_t realpath_len = sizeof(realpath_len) - 1;
    4
    ssize_t ret;
    5