GNOME Bugzilla – Bug 749523
cvsmooth: Wrong assignment of prop leads to crash
Last modified: 2015-05-18 07:51:02 UTC
when setting param2 property, it is wrongly being assigned to param1. This leads to wrong behavior and a crash when param2 is set as 0.
Created attachment 303500 [details] [review] fix assignment
Created attachment 303501 [details] [review] rename properties
commit 6b43d7f770c97761fe9ef20d821eef7befed7d9e Author: Vineeth T M <vineeth.tm@samsung.com> Date: Mon May 18 14:12:56 2015 +0900 cvsmooth: rename properties The properties are named as param1 to param4, which makes very little sense hence renamed the properties according to what it is doing. https://bugzilla.gnome.org/show_bug.cgi?id=749523 commit 1fa8e75f444de606f21fda12fa05cc009f5320d6 Author: Vineeth T M <vineeth.tm@samsung.com> Date: Mon May 18 14:01:59 2015 +0900 cvsmooth: Wrong assignment of prop leads to crash when setting param2 property, it is wrongly being assigned to param1. This leads to wrong behavior and a crash when param2 is set as 0. https://bugzilla.gnome.org/show_bug.cgi?id=749523