diff options
author | Thomas Osterried <thomas@osterried.de> | 2010-06-05 00:14:04 +0000 |
---|---|---|
committer | Thomas Osterried <thomas@osterried.de> | 2010-06-05 00:14:04 +0000 |
commit | 8072140d3664b32988c00134844aef58c5c1c9b2 (patch) | |
tree | b3df309483c894fe92473b1d9a2f75b157e72da5 /ax25rtd/ax25rtd.man | |
parent | e3a030cc1baf97809794406719f0cf434f9aed71 (diff) |
The last patch introduced cosmetic errors like
GIFADDR: Bad file descriptor
after signling termination with ^C
In detail:
close(3) = 0
sigreturn() = ? (mask now [])
ioctl(3, SIOCGIFHWADDR, {ifr_name="eth0", ???}) = -1 EBADF (Bad file descriptor)
-> The interrupt handler introduced concurrency issues ;)
The patch caused only unexpected behaviour; no security problems.
This new patch fixes this problem.
Diffstat (limited to 'ax25rtd/ax25rtd.man')
0 files changed, 0 insertions, 0 deletions