Thomas Rast
5d314759d7
Cast execl*() NULL sentinels to (char *)
...
The NULL sentinel argument to the execl*() family of calls must be
cast to (char *), as otherwise:
- platforms where NULL is just 0 (not (void *)) would pass an int
- (admittedly esoteric) platforms where NULL is (void *)0 and (void *)
and (char *) have different memory layouts would pass the wrong kind
of pointer
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-07-25 23:14:18 -07:00
..
2010-07-12 15:13:54 -07:00
2010-06-30 11:55:38 -07:00
2010-06-27 12:07:55 -07:00
2010-06-21 06:02:47 -07:00
2010-06-27 12:07:55 -07:00
2010-06-21 06:02:44 -07:00
2010-06-18 11:16:53 -07:00
2010-04-01 23:53:54 -07:00
2010-07-15 12:06:55 -07:00
2010-03-28 09:48:25 -07:00
2010-06-16 16:21:15 -07:00
2010-03-24 16:25:39 -07:00
2010-07-16 15:45:35 -07:00
2010-06-27 10:06:52 -07:00
2010-06-30 11:55:38 -07:00
2010-06-30 11:55:38 -07:00
2010-06-07 22:15:31 -07:00
2010-07-15 12:07:18 -07:00
2010-03-10 15:25:18 -08:00
2010-07-25 23:14:18 -07:00
2010-06-16 16:22:23 -07:00
2010-05-10 11:25:37 -07:00
2010-06-30 11:55:40 -07:00
2010-06-30 11:55:38 -07:00
2010-05-11 22:55:44 -07:00
2010-03-21 16:23:44 -07:00
2010-05-31 16:59:27 -07:00
2010-06-27 10:06:51 -07:00
2010-06-21 05:38:50 -07:00
2010-07-14 12:56:49 -07:00
2010-06-18 11:16:54 -07:00
2010-06-27 10:06:51 -07:00
2010-06-28 17:42:26 -07:00
2010-06-16 16:21:06 -07:00
2010-04-19 13:01:49 -07:00
2010-03-10 15:25:18 -08:00
2010-04-09 22:43:18 -07:00
2010-07-08 18:55:50 -07:00
2010-07-07 10:25:15 -07:00
2010-05-21 04:02:18 -07:00
2010-06-30 11:55:38 -07:00
2010-07-15 12:08:36 -07:00
2010-03-31 15:14:27 -07:00
2010-06-12 09:39:06 -07:00
2010-07-07 11:18:26 -07:00
2010-06-29 10:36:13 -07:00
2010-03-15 00:58:24 -07:00
2010-06-27 10:06:52 -07:00
2010-05-25 09:48:49 -07:00
2010-06-27 10:06:51 -07:00
2010-04-17 12:40:19 -07:00
2010-03-10 15:25:18 -08:00