Bug#798283: clvmd: stack smashing detected -- solved

2018-09-26 Thread Adi Kriegisch
Hi! > Unfortunately Jessie did not have the dbgsym packages so > I cannot get any clue of the given stack. > > Was or is this still an issue for Stretch or testing? No, because openais has been removed from Stretch. Thus, closing this issue should be save. > Also it looks like this daemon got re

Bug#798283: clvmd: stack smashing detected -- solved

2018-07-29 Thread Bernhard Übelacker
Hello, just looking at some stack smashing errors and got onto this one here. Unfortunately Jessie did not have the dbgsym packages so I cannot get any clue of the given stack. Was or is this still an issue for Stretch or testing? Also it looks like this daemon got removed last month from upstre

Bug#798283: clvmd: stack smashing detected -- solved

2016-06-16 Thread Nayef Ghattas
Would it be possible to fix that bug on jessie and/or sid sources soon ? As reported before, the patch is really easy to apply, and the bug is a huge pain as it breaks all installs with clvmd/openais. -- Nayef

Bug#798283: clvmd: stack smashing detected -- solved

2016-03-14 Thread Dennis van Dok
On Wed, 14 Oct 2015 16:35:17 +0200 Adi Kriegisch wrote: > Hi! > > Do you have any plans to fix that bug for Jessie? If so, within what > timeframe? +1 the patch works and is trivial to apply. Dennis

Bug#798283: clvmd: stack smashing detected -- solved

2015-10-14 Thread Adi Kriegisch
Hi! Do you have any plans to fix that bug for Jessie? If so, within what timeframe? -- Adi signature.asc Description: Digital signature

Bug#798283: clvmd: stack smashing detected -- solved

2015-09-09 Thread Adi Kriegisch
Tags: patch Severity: important Hey! I finally found the source of the problem: During cluster initialization an int is casted to a uint64_t which triggered the stack protection in gcc-4.9: | int select_fd; | (...) | saLckSelectionObjectGet(lck_handle, (SaSelectionObjectT *)&select_fd); I