Re: [PATCH glibc] Use TASK_THREAD_TIMES_INFO_COUNT when calling task_info with TASK_THREAD_TIMES_INFO

2023-05-17 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le mar. 16 mai 2023 22:59:24 -0400, a ecrit: > This hasn't caused any problems yet but we are passing a pointer to struct > task_thread_times_info which can cause problems if we populate over the > existing size of the struct. > --- > sysdeps/mach/clock_gettime.c |

[PATCH glibc] Use TASK_THREAD_TIMES_INFO_COUNT when calling task_info with TASK_THREAD_TIMES_INFO

2023-05-16 Thread Flavio Cruz
This hasn't caused any problems yet but we are passing a pointer to struct task_thread_times_info which can cause problems if we populate over the existing size of the struct. --- sysdeps/mach/clock_gettime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git