commit: head win32 crash on startup fix

From: Kenneth J. Davis (jeremyd_at_ctc.net)
Date: Mon Apr 19 2004 - 06:12:44 EDT

  • Next message: Marc Maurer: "Commit (STABLE): Re: commit: Fix 6604."

    the actual crash is a result of assuming libdir variable is non NULL,
    but with changing from UT_clonestring to UT_strdup, that will be
    the case except for lack of memory on startup [and we'll fail
    miserably anyway]. Note: win32 defaults to a libdir of hard coded
    homedir, which is "", if one can not be found and ut_clonestring
    purposely does not clone such strings (please choose between them
    wisely).

    Jeremy

    CVS: ----------------------------------------------------------------------
    CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
    CVS:
    CVS: Committing in .
    CVS:
    CVS: Modified Files:
    CVS: xp/xap_App.cpp win/xap_Win32App.cpp
    CVS: ----------------------------------------------------------------------
    prevent crash on startup if libdir not found



    This archive was generated by hypermail 2.1.4 : Mon Apr 19 2004 - 06:17:47 EDT