Closed
Bug 198712
Opened 22 years ago
Closed 22 years ago
UMR in nsMsgNewsFolder::NotifyDownloadedLine
Categories
(MailNews Core :: Networking: NNTP, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 212596
People
(Reporter: stephend, Assigned: sspitzer)
Details
Trunk, self-built Windows 2000 debug build.
Reading a newsgroup, I get:
[W] UMR: Uninitialized memory read in nsMsgNewsFolder::NotifyDownloadedLine(char
const*,UINT) {1 occurrence}
Reading 4 bytes from 0x0b225660 (4 bytes at 0x0b225660 uninitialized)
Address 0x0b225660 is 184 bytes into a 328 byte block at 0x0b2255a8
Address 0x0b225660 points to a C++ new block in heap 0x026d0000
Thread ID: 0xdc4
Error location
nsMsgNewsFolder::NotifyDownloadedLine(char const*,UINT) [nsNewsFolder.cpp:1738]
rv = StartNewOfflineMessage();
}
=> m_numOfflineMsgLines++;
if (m_tempMessageStream)
{
nsNNTPProtocol::DisplayArticle(nsIInputStream *,UINT) [nsNNTPProtocol.cpp:2539]
}
if (m_newsFolder)
=> m_newsFolder->NotifyDownloadedLine(line, m_key);
if (line[0] == '.' && line[1] == 0)
{
nsNNTPProtocol::ReadArticle(nsIInputStream *,UINT) [nsNNTPProtocol.cpp:2606]
nsNNTPProtocol::ProcessProtocolState(nsIURI *,nsIInputStream *,UINT,UINT)
[nsNNTPProtocol.cpp:5158]
nsMsgProtocol::OnDataAvailable(nsIRequest *,nsISupports *,nsIInputStream
*,UINT,UINT) [nsMsgProtocol.cpp:327]
nsInputStreamPump::OnStateTransfer(void) [nsInputStreamPump.cpp:406]
nsInputStreamPump::OnInputStreamReady(nsIAsyncInputStream *)
[nsInputStreamPump.cpp:321]
nsInputStreamReadyEvent::EventHandler(PLEvent *) [nsStreamUtils.cpp:111]
PL_HandleEvent [plevent.c:663]
PL_ProcessPendingEvents [plevent.c:593]
Allocation location
new(UINT) [new.cpp:23]
nsMsgNewsFolderConstructor [nsMsgNewsFactory.cpp:70]
NS_GENERIC_FACTORY_CONSTRUCTOR(nsNNTPArticleList)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsNNTPNewsgroupPost)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsNNTPNewsgroupList)
=> NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgNewsFolder)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsNewsDownloadDialogArgs)
static const nsModuleComponentInfo components[] =
nsGenericFactory::CreateInstance(nsISupports *,nsID const&,void * *)
[nsGenericFactory.cpp:86]
RDFServiceImpl::GetResource(nsACString const&,nsIRDFResource * *)
[nsRDFService.cpp:1077]
nsMsgNewsFolder::AddNewsgroup(char const*,char const*,nsIMsgFolder * *)
[nsNewsFolder.cpp:228]
nsMsgNewsFolder::HandleNewsrcLine(char *,UINT) [nsNewsFolder.cpp:1151]
nsMsgNewsFolder::HandleLine(char *,UINT) [nsNewsFolder.cpp:1084]
nsMsgLineBuffer::ConvertAndSendBuffer(void) [nsMsgLineBuffer.cpp:270]
nsMsgLineBuffer::BufferInput(char const*,int) [nsMsgLineBuffer.cpp:206]
nsMsgNewsFolder::LoadNewsrcFileAndCreateNewsgroups(void) [nsNewsFolder.cpp:1068]
| Reporter | ||
Comment 1•22 years ago
|
||
I can't remember if this is a DUP of a bug that Timeless fixed, or not.
*** This bug has been marked as a duplicate of 212596 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•22 years ago
|
||
lol, I'm terrible at filing DUPS these days.
shame on me.
verified dup.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•