This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit 9b0379693dce5e42d3c7753a3466f6f030556f09
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Wed Jun 8 11:48:13 2022 +0100

    watchdog (currently not used) - fix alloc of right sized ping buf
---
 src/bin/e_watchdog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_watchdog.c b/src/bin/e_watchdog.c
index d6aea92f2..9936ac449 100644
--- a/src/bin/e_watchdog.c
+++ b/src/bin/e_watchdog.c
@@ -26,7 +26,7 @@ _cb_watchdog_thread_pingpong(void *data EINA_UNUSED, Ecore_Thread *thread)
    while (!ecore_thread_check(thread))
      {
         // send ping
-        seq_new = malloc(sizeof(unsigned long));
+        seq_new = malloc(sizeof(unsigned long long));
         if (seq_new)
           {
              seq++;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to