]> git.ipfire.org Git - thirdparty/fcron.git/commit
Fixed fcron crash bug when using fcrondyn.
authorThibault Godouet <yo8192@users.noreply.github.com>
Sun, 3 Feb 2013 11:12:29 +0000 (11:12 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sun, 3 Feb 2013 11:12:29 +0000 (11:12 +0000)
commitc11ff11f34912a24404b170641e8acc84b35d3b0
tree35f28603836cf72c8efbf76f9fab904173c4bfa0
parentb1e1aa6343b390693a40fa63479a82046c5fd908
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