Skip to content
  1. Sep 09, 2015
  2. Sep 04, 2014
    • Matthieu Kermagoret's avatar
      Perl: do not leak FD to child process. This fixes #5797. · b14958d5
      Matthieu Kermagoret authored
      Centreon Connector Perl works parsing Perl scripts in a main
      process. When a script execution is requested, the Connector
      fork()s itself and child processes run one of the already parsed
      script. However because of the fork() mechanism, children inherit
      file descriptors of pipes already open towards previously forked
      children. This behavior can freeze Centreon Connector Perl
      (read/write on the other end of pipe maintained alive by a dead
      process). This commit closes all unnecessary file descriptors in
      children.
      b14958d5
  3. Aug 11, 2014
  4. Jan 11, 2013
  5. Jan 07, 2013
  6. Nov 07, 2012
  7. Feb 13, 2012
  8. Jan 20, 2012
  9. Jan 19, 2012
  10. Jan 18, 2012
  11. Jan 17, 2012
  12. Sep 14, 2011
  13. Aug 26, 2011
  14. Aug 24, 2011
Loading