Changeset dacd2c19


Ignore:
Timestamp:
Feb 6, 2024, 3:17:14 PM (4 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
a22d148
Parents:
23a0e576
Message:

Added Peter's fix to ensure syscall argument is initialized. I did check it against valgrind.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r23a0e576 rdacd2c19  
    181181
    182182static void _Signal(struct sigaction & act, int sig, int flags ) {
     183        sigemptyset( &act.sa_mask );
    183184        act.sa_flags = flags;
    184185
Note: See TracChangeset for help on using the changeset viewer.