Topic ===== buffer overflow in crontab command could allow certain users to gain elevated privileges. Problem description ===== A buffer overflow existed in the 'crontab' command; if called by a user ...
We have a process we run using cron every 3 minutes. This process basically processes a queue. Sometimes lots of items appear in the queue and we want to stop the process, empty the queue and restart ...