Re: [PATCHv2,Hurd] Fix deallocation after proc_getprocinfo call

2014-11-24 Thread Joel Brobecker
> 2014-10-02 Samuel Thibault > > * gdb/gnu-nat.c (inf_validate_procinfo): Multiply the number of > elements pi_len by the size of the elements before calling > vm_deallocate. > (inf_validate_task_sc): Likewise, and properly deallocate the > noise array. Thank you,

Re: [PATCHv2,Hurd] Fix deallocation after proc_getprocinfo call

2014-11-23 Thread Samuel Thibault
2014-10-02 Samuel Thibault * gdb/gnu-nat.c (inf_validate_procinfo): Multiply the number of elements pi_len by the size of the elements before calling vm_deallocate. (inf_validate_task_sc): Likewise, and properly deallocate the noise array. diff --git a/g