You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see http://www.viva64.com/en/b/0271/#ID0EWAAG
OPJ_SIZE_T opj_stream_write_skip (....)
{
....
if (!l_is_written)
{
p_stream->m_status |= opj_stream_e_error;
p_stream->m_bytes_in_buffer = 0;
p_stream->m_current_data = p_stream->m_current_data;
return (OPJ_SIZE_T) -1;
}
....
}
PVS-Studio's diagnostic message: V570 The 'p_stream->m_current_data' variable is assigned
to itself. cio.c 675
Something is messed up in this code. A variable is assigned its own value.
Originally reported on Google Code with ID 383
Reported by detonin on 2014-08-24 21:01:11
The text was updated successfully, but these errors were encountered: