Changeset 61512d3 in git for Singular/cntrlc.cc


Ignore:
Timestamp:
Mar 12, 2014, 1:35:09 PM (10 years ago)
Author:
Claus Fieker <fieker@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
5415c58772ab52098b892c4ed55f9af176655496
Parents:
cfff43fc9d1e2015f61caa9cea82671d931ba0e6
git-author:
Claus Fieker <fieker@mathematik.uni-kl.de>2014-03-12 13:35:09+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-12 16:41:56+01:00
Message:
memset 0 the input to the signal handler. valgrind wasn't happy
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/cntrlc.cc

    rcfff43f r61512d3  
    148148#else
    149149  struct sigaction new_action,old_action;
     150  memset(&new_action, 0, sizeof(struct sigaction));
    150151
    151152  /* Set up the structure to specify the new action. */
Note: See TracChangeset for help on using the changeset viewer.