Hi guys,
here are some fixes.
BaseView.patch
- "line" variable has been set to a temporary CString object's buffer.
Before the execution of the next line, this temporary object is deleted.
- logically dead code removed
FileTextLines.patch
- ReadFile does not null-terminate the string it reads. Later pFileBuf
is used as if it would be null-terminated.
LocatorBar.cpp
- checking m_pMainFrm a few lines upper implies that m_pMainFrm might
be NULL. In this case dereferencing it means crash.
missing_initializers.patch
- some missing initializers in constructors.
Have a nice day,
Abel
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Received on 2012-04-13 02:10:31 CEST