mirror of
https://github.com/RGBCube/serenity
synced 2025-05-26 01:05:07 +00:00
![]() POSIX says, "Conforming applications should not assume that the returned contents of the symbolic link are null-terminated." If we do include the null terminator into the returning string, Python believes it to actually be a part of the returned name, and gets unhappy about that later. This suggests other systems Python runs in don't include it, so let's do that too. Also, make our userspace support non-null-terminated realpath(). |
||
---|---|---|
.. | ||
DirectoryView.cpp | ||
DirectoryView.h | ||
FileUtils.cpp | ||
FileUtils.h | ||
main.cpp | ||
Makefile | ||
PropertiesDialog.cpp | ||
PropertiesDialog.h |