[Webkit-unassigned] [Bug 73812] [GTK] GIF image test crashes on 32- and 64-bit Release

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 14:46:46 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73812





--- Comment #1 from noel gordon <noel.gordon at gmail.com>  2011-12-05 14:46:46 PST ---
% pwd
 third_party/WebKit/Source/WebCore/platform/image-decoders/gif
% ack m_data *

GIFImageDecoder.cpp
87:        reader.read((const unsigned char*)m_data->data(), m_data->size(), GIFFrameCountQuery, static_cast<unsigned>(-1));
192:    m_readOffset = m_data->size() - bytesLeft;
321:    if (!m_reader->read((const unsigned char*)m_data->data() + m_readOffset, m_data->size() - m_readOffset, query, haltAtFrame) && isAllDataReceived())

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list