]> granicus.if.org Git - fcron/commit
Fixed fcron crash bug when using fcrondyn.
authorThibault Godouet <fcron@free.fr>
Sun, 3 Feb 2013 11:12:29 +0000 (11:12 +0000)
committerThibault Godouet <fcron@free.fr>
Sun, 3 Feb 2013 11:12:29 +0000 (11:12 +0000)
commit933b92df7d3b02aa3a0b7aed3f03823f22a7c476
tree35f28603836cf72c8efbf76f9fab904173c4bfa0
parentb97464765ec37992dababd4fab03e46d3549dfb2
Fixed fcron crash bug when using fcrondyn.
This bug was introduced in 25e9c80848acb89e6320ed6261a4d1c75b60b1c8, and we were using a fd after xclose() was called on it, so its value was no longer valid.
Audited the code for similar problems and didn't find any other.
fcrondyn.c
fcrontab.c
socket.c