Skip to content
Snippets Groups Projects
Commit 05bf0566 authored by Steven Murray's avatar Steven Murray
Browse files

bug #96742: RFE: rtcpd should be configurable as to whether or not it tries to reuse tape mounts

The tapeNeedsToBeReleasedAtEndOfSession variable of the rtcpd_MainCntl()
function needs to be a static because its address is passed from the main
thread to the tape IO thread.  Making the variable static avoids the
possibility of memory corruption if the rtcpd_Main() function ends
prematurely before the main thread calling it has joined with the tape IO
thread.
parent d6ae2ed0
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment