﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
822	Wavefront crashed when input source only has one LCU column	xx.cai		"Wavefront crashed when input source only has one LCU column. In that case, the top right LCU is not available, however HM8.0 accesses the address of it before loading the context information.
Lines  865 and 1143 in TEncSlice.cpp and line 248 in TDecSlice.cpp:
if ( (uiCUAddr != 0) && ( pcCUTR->getSCUAddr()+uiMaxParts-1 >= pcSlice->getSliceCurStartCUAddr() ) && bAllowDependence)
should be modified to:
if ( (uiCUAddr != 0) && ( pcCUTR && pcCUTR->getSCUAddr()+uiMaxParts-1 >= pcSlice->getSliceCurStartCUAddr() ) && bAllowDependence)"	defect	closed	minor	HM-9.0	HM	HM-8.0	fixed		fbossen ksuehring davidf jct-vc@…
