View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002898 | unreal | ircd | public | 2006-04-29 05:52 | 2007-06-11 16:02 |
| Reporter | Xuefer | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | wont fix | ||
| Product Version | 3.2.4 | ||||
| Summary | 0002898: VStudio 2005: "unreal.exe install" buffer overflow..crash | ||||
| Description | execute: unreal.exe install if the build crash, it will always crash, not random, until recompile with different compiler options, but i don't have a options list yet. tested with /MT(or /MD) /O2 /MDd(or MDd) /Zi /O2 /RTC1 can't reproduce sometimes with /Od but not sure. it crash after unreal.c return 0; exit(0); works fine. ================= - uChangeServiceConfig2(hService, SERVICE_CONFIG_DESCRIPTION, &info); "works". ================= but - typedef BOOL (*UCHANGESERVICECONFIG2)(SC_HANDLE, DWORD, LPVOID); + typedef BOOL (WINAPI *UCHANGESERVICECONFIG2)(SC_HANDLE, DWORD, LPVOID); does not help. although i think adding WINAPI make it more consistent with winsvc.h ================= | ||||
| 3rd party modules | |||||
|
|
Odd @return/exit/bufferoverflow I did notice it incorrectly did this change description stuff even if install failed, this has now been fixed in CVS (same for closing a null handle). |
|
|
yeah. i didn't notice the bug u fixed. but it still crash unreal.exe uninstall (ok) unreal.exe install (crash, but installed correctly with the description) no problem with mingw(gcc -mno-cygwin) (and older vc compiler i guess) i wonder if it's a compiler bug. |
|
|
Bump. still an issue? |
|
|
Suspended due to lack of feedback, please resubmit or reopen if this still is an issue. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-04-29 05:52 | Xuefer | New Issue | |
| 2006-04-29 14:58 | syzop | Note Added: 0011660 | |
| 2006-04-29 20:51 | Xuefer | Note Added: 0011668 | |
| 2007-04-27 03:07 |
|
Note Added: 0013765 | |
| 2007-04-27 03:07 |
|
Status | new => feedback |
| 2007-06-11 16:02 |
|
Status | feedback => closed |
| 2007-06-11 16:02 |
|
Note Added: 0014324 | |
| 2007-06-11 16:02 |
|
Resolution | open => wont fix |