einfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 1 month agoultimate storage hacksh.itjust.worksimagemessage-square80fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageultimate storage hacksh.itjust.workseinfach_orangensaft@sh.itjust.works to Programmer Humor@programming.dev · 1 month agomessage-square80fedilink
minus-squarebarsoap@lemm.eelinkfedilinkarrow-up0·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.
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.