RootCauseunvalidated
The allocation omits space for the '/' separator — alloca(strlen(opt.homedir) + 1 + strlen(NETRC_FILE_NAME) + 1). Tension: causing a one-byte stack overwrite. Outcome: a deterministic size miscalculation in the path buffer construction.
468e7e4d-5011-4f67-a4fc-9758d65fb23a
The allocation omits space for the '/' separator — alloca(strlen(opt.homedir) + 1 + strlen(NETRC_FILE_NAME) + 1). Tension: causing a one-byte stack overwrite. Outcome: a deterministic size miscalculation in the path buffer construction.