Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/dump



Module Name:    src
Committed By:   hannken
Date:           Wed Feb 18 10:45:21 UTC 2004

Modified Files:
        src/sbin/dump: tape.c

Log Message:
Avoid signal race condition. If a slave gets the SIGUSR2 signal between
the "setjmp" and the "ready = 1" statements the slave will pause forever
and the complet dump hangs.

Fixes PR #24453


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sbin/dump/tape.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index