Hacker News new | ask | show | jobs
by jupp0r 821 days ago
The problem is that lots of older software allocates fixed size path buffers (mostly on the stack) that uses the MAX_PATH macro (which is set to 260). Fixing this requires recompilation.