Ignore:
Timestamp:
Sep 23, 2007, 2:41:29 AM (17 years ago)
Author:
Bruno Cornec
Message:

Apply patch from Andree Leidenfrost, modified a bit to use bkpinfo->tmpdir instead of /tmp
or MINDI_CACHE when appropriate. Fix security issues in mondo
Thanks al ot Andree for catching all those issues.
Will not compile needs more work as bkpinfo->tmpdir isn't available everywhere
Should become a global in 3.x when only containing pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-restore.c

    r1612 r1644  
    32793279    /* clean up at the end */
    32803280    if (retval) {
    3281         if (does_file_exist("/tmp/changed.files")) {
     3281        if (does_file_exist(MINDI_CACHE"/changed.files")) {
    32823282            log_to_screen
    3283                 ("See /tmp/changed.files for list of files that have changed.");
     3283                ("See "MINDI_CACHE"/changed.files for list of files that have changed.");
    32843284        }
    32853285        mvaddstr_and_log_it(g_currentY++,
Note: See TracChangeset for help on using the changeset viewer.