Tomas Hozza <[email protected]> writes: > From 613d8639c48b950f76d132b70d27e518ba6d6891 Mon Sep 17 00:00:00 2001 > From: Tomas Hozza <[email protected]> > Date: Fri, 26 Apr 2013 14:42:30 +0200 > Subject: [PATCH] Fix using deadcode and possible use of NULL pointer > > Fix for deadcode in unique_create() so that "opened_name" parameter is > always initialized to a valid string or NULL when returning from > function.
Thanks for the patch. It seems like that can be a reason for the crash, the deadcode that you have brought back to life should fix it. I have amended a ChangeLog entry and pushed the patch to master. -- Giuseppe
