r18497: fixed crash bug in irpc test - the torture_tcase_add_test() call
commit2744a0b385f58aaf0b45f33bec0d0a16c09709d7
authorAndrew Tridgell <tridge@samba.org>
Thu, 14 Sep 2006 03:23:52 +0000 (14 03:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:38 +0000 (10 14:18 -0500)
tree6ac24e17a607255d7906a5c723e4950a70771893
parent041c2c1202b8e5bf2a6a8d90530751560dacd9f4
r18497: fixed crash bug in irpc test - the torture_tcase_add_test() call
is passed a stack pointer from values[], which is not valid when the
torture suite is run.

Jelmer, need to be careful when converting test code not to use stack
values from the torture_XXX() call in the test suite
source/torture/local/irpc.c