[go: up one dir, main page]

Failure to parse user corretly when next to a TAB

It seems that there is an issue while parsing the user field when there is a tab between it and the command, for example in the default ubuntu crontabs.

25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )

Returns a user value of u'root test'

image

Edited by Matias Barros