From ef683c6ba703106306732f1da68adfb508236334 Mon Sep 17 00:00:00 2001 From: Marios Titas Date: Mon, 8 Jul 2013 03:55:59 -0400 Subject: Extract the result of get*_r before we deallocate the auxiliary buffer Also comes with tests. This closes #8108. Signed-off-by: Austin Seipp --- tests/all.T | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/all.T') diff --git a/tests/all.T b/tests/all.T index eb220c9..6b9fa15 100644 --- a/tests/all.T +++ b/tests/all.T @@ -59,3 +59,5 @@ test('T3816', normal, compile_and_run, ['-package unix']) test('processGroup001', normal, compile_and_run, ['-package unix']) test('processGroup002', normal, compile_and_run, ['-package unix']) test('executeFile001', omit_ways(prof_ways), compile_and_run, ['-package unix']) + +test('T8108', normal, compile_and_run, ['-package unix']) -- cgit v1.2.3