Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 96)

Ticket Resolution Summary Owner Reporter
#74 fixed Support for more then 10 views tech kwegner
Description

Currently view dependent options from configuration file are parsed wrong. In particular more than 10 views cannot be parsed correctly. Following bugfix solves the problem

In file program_options_lite.h,line 389 following should be added cNameBuffer .resize( name.size() + 10 );

#61 fixed layerIdsInSets size check tech kkawamura
Description

vps_max_layers_minus1 shall be less then 63 in JCT3V-G1004_v6. m_layerIdsInSets[lsIdx].size() shall be less than 64. The HTM-10.2 confirms the error condition like size() >= 63. An expected error condition is size() > 63.

Proposed patch is attached.

#62 fixed Buffer Overflow for print tech kkawamura
Description

When the number of view is larger than 10, a buffer overflow of print is occurred. Proposed patch is attached.

Note: See TracQuery for help on using queries.