seoz pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=2139ecc40a01e56166ade3fe0dbf242d038c1cda

commit 2139ecc40a01e56166ade3fe0dbf242d038c1cda
Author: Daniel Juyung Seo <[email protected]>
Date:   Sat Aug 23 00:41:50 2014 +0900

    search: initialize the local variable.
    
    This fixed coverity CID 47575.
---
 src/bin/search.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/search.c b/src/bin/search.c
index e206001..89fd709 100644
--- a/src/bin/search.c
+++ b/src/bin/search.c
@@ -147,7 +147,7 @@ find_backward_proc(search_data *sd)
 
    char buf[256];
    Eina_Bool need_iterate = EINA_TRUE;
-   int len;
+   int len = 0;
 
    const char *text = elm_entry_entry_get(sd->entry);
    if (!text) return;

-- 


Reply via email to