Loading lib_util/render_config_reader.c +5 −0 Original line number Diff line number Diff line Loading @@ -1813,6 +1813,11 @@ ivas_error RenderConfigReader_read( break; } } if ( length < 0 ) { /* no slash found */ length = 0; } char *pCombinedName = calloc( length + (int32_t) strlen( pValue ) + 1, sizeof( char ) ); strncpy( pCombinedName, pRenderConfigPath, length ); strcpy( pCombinedName + length, pValue ); Loading Loading
lib_util/render_config_reader.c +5 −0 Original line number Diff line number Diff line Loading @@ -1813,6 +1813,11 @@ ivas_error RenderConfigReader_read( break; } } if ( length < 0 ) { /* no slash found */ length = 0; } char *pCombinedName = calloc( length + (int32_t) strlen( pValue ) + 1, sizeof( char ) ); strncpy( pCombinedName, pRenderConfigPath, length ); strcpy( pCombinedName + length, pValue ); Loading