User Activity

  • Posted a comment on discussion Open Discussion on 7-Zip

    InDllSecur.c, you use lstrcatW for concatenting strings. There's no need for this, which catches SEH exceptions too. Use wcscat or wcscat_s instead.

  • Posted a comment on ticket #310 on Windows Template Library (WTL)

    Aha! Now we're getting somewhere. In that file the code is: ``` #ifndef _AFX typedef CAtlStringW CStringW; ifdef _ATL_USE_WINAPI_FAMILY_DESKTOP_APP typedef CAtlStringA CStringA; endif // _ATL_USE_WINAPI_FAMILY_DESKTOP_APP typedef CAtlString CString; endif `` However, since I'm plugging this into a mostly MFC application (because I hate MFC),_AFXis defined. In the long run, this should be fixed, but in the meantime, should I just#undef _AFX` (or will that break everything else?)

  • Created ticket #310 on Windows Template Library (WTL)

    ATL CString issues

  • Created ticket #531 on NSIS: Nullsoft Scriptable Install System

    Need ability to handle much longer strings

  • Created ticket #202 on Freeware Advanced Audio Codec

    potentially uninitialized local variable in FilterBank

  • Created ticket #362 on ffdshow

    Debugging symbols for ffdshow?

  • Created ticket #276 on Hunspell

    MAYBE using uninitialized memory in hunspell:497

  • Created ticket #275 on Hunspell

    Using uninitialized memory in hunspell.cxx:452 (related to local variable shadowing in #273)

View All

Personal Data

Username:
ariccio
Joined:
2013-04-19 00:25:32

Projects

  • No projects to display.

Personal Tools