Changeset 3496369


Ignore:
Timestamp:
Mar 8, 2013, 6:14:25 PM (11 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master, release-1.10
Children:
5625001, 769f69c, 0a6a2d6, 6aa2a55
Parents:
ba5e919
git-author:
Anders Kaseorg <andersk@mit.edu> (03/08/13 18:13:02)
git-committer:
Anders Kaseorg <andersk@mit.edu> (03/08/13 18:14:25)
Message:
call_filter: Set *out = NULL on g_spawn_async_with_pipes failure

Fixes a zcrypt crash.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • filterproc.c

    r97cdbaf5 r3496369  
    8181                                &child_pid, &child_stdin, &child_stdout, NULL,
    8282                                NULL)) {
     83    *out = NULL;
    8384    return 1;
    8485  }
Note: See TracChangeset for help on using the changeset viewer.