Changeset d6a9824 in mainline


Ignore:
Timestamp:
2021-08-18T19:52:53Z (3 years ago)
Author:
Manuele Conti <manuele.conti@…>
Children:
b640738
Parents:
5582f285
Message:

Changing method to create a temporary file using tmpname function like JSvoboda suggestions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/input.c

    r5582f285 rd6a9824  
    200200                        pipe_pos[pipe_count++] = i;
    201201                        cmd_argc = i;
    202                         redir_to = (char *)"/tmp/pipe";
     202                        redir_to = tmpnam(NULL);
    203203                        break;
    204204
Note: See TracChangeset for help on using the changeset viewer.