Hi,
I'm sure I found a SEGV bug in Tizen::Base::String::Replace() in Tizen 2.0 public version source code. (I got the source code from http://download.tizen.org/releases/2.0/tizen-2.0_20130219.4/repos/main/source/osp-appfw-1.2.0.0-2.1.src.rpm)
I would like to contribute to Tizen community by fixing it. I have created an account on review.tizen.org and checked out the source (review.tizen.org:framework/osp/appfw).
Here I got an issue.
First, I would like to know whether the bug has been already fixed after the public release or not. I know development of Tizen is actively ongoing for 2.1 release. I found that the source code I have checked out has 4 branches:
$ git branch -a
master
remotes/origin/HEAD -> origin/master
remotes/origin/master
remotes/origin/tizen_2.0
The master branch is empty. The remotes/origin/HEAD and remotes/origin/master are also empty. The remotes/origin/tizen_2.0 is the identical with public 2.0 source downloaded from download.tizen.org.
Where is the latest source code? Or, is that a permission issue? Only permitted user can checkout the latest code? If so, how can I create and send a patch to Tizen community?