Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: fix crash on Apple platforms (lvgl#13)
For some obscure reason, `_NSGetExecutablePath(char* buf, uint32_t* bufsize)` writes `bufsize + 1` characters into `buf`, hence we are allocating the buffer as `PATH_MAX + 1`.
- Loading branch information