El día sábado, marzo 16, 2019 a las 09:23:06a. m. +0100, Matthias Apitz 
escribió:

> > What is the value of MAX_FSTAB_ROWS ?
> 
> #define MAX_FSTAB_ROWS 3000

I set a gdb breakpoint at the entry of FstabInit(). The size of the
array is:

(gdb) p sizeof(t_sik_fstab)
$4 = 950
(gdb) p sizeof(myFSTABrows)
$5 = 2850000

and as well I can not see anything unusual while stepping through the
init sequence of the function.

        matthias


-- 
Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub


_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to