Ticket #1164 (closed defect: fixed)
Potential crash in update checker
| Reported by: | nielsm | Owned by: | nielsm |
|---|---|---|---|
| Priority: | high | Milestone: | 2.1.9 |
| Component: | Interface | Version: | 2.1.8 |
| Severity: | crash | Keywords: | |
| Cc: | Platform: | All | |
| Sub Component: |
Description
Missing error checking in the update checker can cause crashes.
In dialog_version_check.cpp, AegisubVersionCheckerThread::DoCheck(), the following line:
std::auto_ptr<wxInputStream> stream(http.GetInputStream(path));
No check is made whether http.GetInputStream() returns 0, which might cause crashes later.
Attachments
Change History
Changed 2 years ago by nielsm
-
attachment
crashlog.txt
added
Note: See
TracTickets for help on using
tickets.

Crash log pointing to the problem