einfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 2 days agoultimate storage hacksh.itjust.worksexternal-linkmessage-square82fedilinkarrow-up1879arrow-down122
arrow-up1857arrow-down1external-linkultimate storage hacksh.itjust.workseinfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 2 days agomessage-square82fedilink
minus-squarebarsoap@lemm.eelinkfedilinkarrow-up1·13 hours 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.
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.