@[email protected] to Programmer [email protected] • 1 month agoultimate storage hacksh.itjust.worksimagemessage-square91fedilinkarrow-up1899arrow-down125
arrow-up1874arrow-down1imageultimate storage hacksh.itjust.works@[email protected] to Programmer [email protected] • 1 month agomessage-square91fedilink
minus-squareBrahvim BhaktvatsallinkisiZulu1•edit-21 month ago…Just asking, just asking: Why is the default FILENAME_MAX on Linux/glibc 4096?
minus-square@[email protected]cakelinkfedilink2•1 month agoBecause PATH_MAX is? Also because it’s a 4k page. FILENAME_MAX is not safe to use for buffer allocations btw it could be INT_MAX.
minus-squareBrahvim BhaktvatsallinkisiZulu1•1 month agoThanks! Got an answer and not 200 downvotes. This is why I love Lemm-Lemm.
…Just asking, just asking: Why is the default
FILENAME_MAX
on Linux/glibc4096
?Because PATH_MAX is? Also because it’s a 4k page.
FILENAME_MAX is not safe to use for buffer allocations btw it could be INT_MAX.
Thanks! Got an answer and not 200 downvotes. This is why I love Lemm-Lemm.