You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Require that the template include at least 6 trailing Xs to match
POSIX mkstemp/mkdtemp. Check before the call to mkstemp/mkdtemp
so we can give a better error message than "invalid argument"."
noticed by braddeicide yellowman/flashrd#9
The calls to mktemp need to have at least 6 X's otherwise they fail with
mktemp: cannot make temp dir /tmp/flashrd.d1YCuO/mkboot.XXXX: Invalid argument
mktemp: cannot make temp file /tmp/flashrd.d1YCuO/mkbootlabel.XXXX: Invalid argument
This was on 5.3 pulled from cvs 30th March.
The text was updated successfully, but these errors were encountered: