Changeset 61512d3 in git


Ignore:
Timestamp:
Mar 12, 2014, 1:35:09 PM (10 years ago)
Author:
Claus Fieker <fieker@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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.