strtok (3) is used in the commandline module and is not re-entrant. We should switch to strtok_r, which is reeentrant. source : http://linux.die.net/man/3/strtok_r
strtok (3) is used in the commandline module and is not re-entrant. We should switch to strtok_r, which is reeentrant.
source : http://linux.die.net/man/3/strtok_r