mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
increase sizes of sidbuf[] and tokenbuf[].
This commit is contained in:
@@ -246,8 +246,8 @@ spawn_kid(
|
|||||||
char *action)
|
char *action)
|
||||||
{
|
{
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
char sidbuf[sizeof(dm_sessid_t)];
|
char sidbuf[10];
|
||||||
char tokenbuf[sizeof(dm_token_t)];
|
char tokenbuf[10];
|
||||||
|
|
||||||
pid = fork();
|
pid = fork();
|
||||||
if (pid == 0) {
|
if (pid == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user