Skip to content

Fix list directory stack allocation too high.

PabloMK7 requested to merge dirlistfix into develop

PATH_MAX is already defined by limits.h, causing stack allocation in list directory function to be too high. Changed the define name to another one to prevent the issue.

Merge request reports