Pack a local select_joinfo when jobdesc's is null
Don't alloc select_jobinfo and put it on the job_desc that is being packed. If the job_desc is being packed simultaneously by mutliple threads then problems can happen if the ptr is changing mid-flight. So create and pack a local select_jobinfo.
Please register or sign in to comment