rtos/FreeRTOS: some optimization of freertos_update_threads() 49/7549/3
authorChao Du <duchao@eswincomputing.com>
Wed, 22 Mar 2023 06:51:51 +0000 (06:51 +0000)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 7 Apr 2023 21:44:31 +0000 (21:44 +0000)
1.
update the rtos->thread_count in time, to make sure the allocated
thread_name_str and extra_info_str could be freed by
rtos_free_threadlist(). Otherwise the abnormal return may cause a
memory leak.
2.
remove a redundant assignment to threadid.

Signed-off-by: Chao Du <duchao@eswincomputing.com>
Change-Id: Ifabc59d501c925b3d6aec8b04b2856d2c31cc4e2
Reviewed-on: https://review.openocd.org/c/openocd/+/7549
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/rtos/FreeRTOS.c

index 070275f2c5f4febdc640696f7e4ec70019ce1753..e8df030aad883d6b38780f66e099fbcd30395fd0 100644 (file)
@@ -312,7 +312,6 @@ static int freertos_update_threads(struct rtos *rtos)
                                (list_elem_ptr != prev_list_elem_ptr) &&
                                (tasks_found < thread_list_size)) {
                        /* Get the location of the thread structure. */
                                (list_elem_ptr != prev_list_elem_ptr) &&
                                (tasks_found < thread_list_size)) {
                        /* Get the location of the thread structure. */
-                       rtos->thread_details[tasks_found].threadid = 0;
                        retval = target_read_u32(rtos->target,
                                        list_elem_ptr + param->list_elem_content_offset,
                                        &pointer_casts_are_bad);
                        retval = target_read_u32(rtos->target,
                                        list_elem_ptr + param->list_elem_content_offset,
                                        &pointer_casts_are_bad);
@@ -365,6 +364,7 @@ static int freertos_update_threads(struct rtos *rtos)
 
                        tasks_found++;
                        list_thread_count--;
 
                        tasks_found++;
                        list_thread_count--;
+                       rtos->thread_count = tasks_found;
 
                        prev_list_elem_ptr = list_elem_ptr;
                        list_elem_ptr = 0;
 
                        prev_list_elem_ptr = list_elem_ptr;
                        list_elem_ptr = 0;
@@ -383,7 +383,6 @@ static int freertos_update_threads(struct rtos *rtos)
        }
 
        free(list_of_lists);
        }
 
        free(list_of_lists);
-       rtos->thread_count = tasks_found;
        return 0;
 }
 
        return 0;
 }
 

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)