Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
48 contributions in the last year
Activity overview
Contribution activity
September - November 2020
August 2020
Created 3 repositories
- Thermi/kopano-core C++
- Thermi/docker-baseimage-ubuntu Dockerfile
- Thermi/docker-foldingathome Dockerfile
Created a pull request in Kopano-dev/kopano-core that received 1 comment
Operate on stack instead of returned pointer in forceUTF8Locale
The pointer returned by setlocale(LC_CTYPE, "") does not necessarily point to a RW mapped memory page. In muslibc, the page is mapped READ only, so…