Closed
Bug 8843
Opened 26 years ago
Closed 26 years ago
Crash loading this URL
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: peterl-retired, Assigned: gagan)
References
()
Details
Started seeing this today (6/24/99): seems to be triggered by one of the
embedded resources in the document.
I also see:
nsDocumentBindInfo::OnStopBinding: Load of URL
'http://imageserv1.imgis.com/images/Ad75107St1Sz1Sq4Id4.gif' failed. Error
code: 1
in the console just before the crash.
Also, the use of sprintf scares me, I seem to recall it was banned as a security
hole (since it can overwrite the buffer).
_output(_iobuf * 0x0305ea00, char * 0x004e40da, char * 0x0305ea4c) line 677 + 31
bytes
sprintf(char * 0x0305eaf0, char * 0x004e40b8) line 104 + 17 bytes
net_build_http_request(URL_Struct_ * 0x02d605d0, int 102, _HTTPConData *
0x02d7bbc0, MWContext_ * 0x02d60870, char * * 0x0305fb38) line 1408 + 48 bytes
net_send_http_request(_ActiveEntry * 0x02d7bb20) line 1619 + 33 bytes
net_ProcessHTTP(_ActiveEntry * 0x02d7bb20) line 3542 + 9 bytes
NET_ProcessNet(PRFileDesc * 0x02b64910, int 2) line 3355 + 13 bytes
NET_PollSockets() line 320 + 18 bytes
NetlibTimerProc(void * 0x00000000, unsigned int 275, unsigned int 21336,
unsigned long 67594453) line 281
USER32! 77e71373()
nsNetlibThread::NetlibThreadMain(void * 0x02b37f20) line 261
_PR_NativeRunThread(void * 0x02b374b0) line 379 + 13 bytes
_threadstartex(void * 0x02b37720) line 212 + 13 bytes
KERNEL32! 77f04f2c()
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
I don't crash on this, so marking verified. Peter please re-open if you still
see this.
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
You need to log in
before you can comment on or make changes to this bug.
Description
•