Sven Strickroth

Results 42 issues of Sven Strickroth

The owner check https://github.com/libgit2/libgit2/blob/45fd9ed7ae1a9b74b957ef4f337bc3c8b3df01b5/src/libgit2/repository.c#L545 adds a significant performance issue, because the path normalization `git_fs_path_prettify_dir` https://github.com/libgit2/libgit2/blob/45fd9ed7ae1a9b74b957ef4f337bc3c8b3df01b5/src/libgit2/repository.c#L586 is called for every `safe.directory` value in .gitconfig. ### Reproduction steps Have many `safe.directory` entries...

**Describe the bug** I have several .bib files that contain (mixed) field keys that are either in lowercase or start with a capital letter, such as "Author" and "Title". No...

enhancement
needs help
v2

Have a repository with a directory not owned by the current user (or an admin). The git_repository_open returns GIT_EOWNER and provides a string containing an error message (cf. https://github.com/libgit2/libgit2/commit/af9e00321f06383ccf61f4ca9616716bec0eb2da). For...

There are multiple typos in the README

Commit 7a8785c783bfc1ea1583792e9b8e9da300f83e35 added the file SECURITY.md. However, the file does not contain any sensible information yet.

Without this fix all "back-"connects of the smtp_proxy are counted as received and also NOQUEUE-lines which signals that the proxy will be asked are also counted as received.

Addresses CVE-2020-9447.

When a user logged in and the token expired the person search just shows "Dieser Dienst steht derzeit nicht zur Verfügung." (the API endpoint returns a 401 error). Instead the...