1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-31 01:48:16 +03:00
Volker Lendecke 23abcd2318 tevent: Fix a segfault upon the first signal
When the first signal arrives, tevent_common_signal_handler() crashed: "ev" is
initialized to NULL, so the first "write(ev->pipe_fds[1], &c, 1);" dereferences
NULL.

Rusty, Tridge, please check. Also, can you tell me a bit more about the
environment you tested this in? I'd be curious to see where this survived.

Thanks,

Volker
2009-08-29 09:49:08 +02:00
..
2009-07-03 08:45:30 -04:00
2009-02-16 08:53:25 +01:00
2009-08-19 11:39:44 +02:00
2009-02-16 08:53:25 +01:00
2009-02-16 08:53:25 +01:00
2009-07-03 08:45:30 -04:00