|
Description
|
The following code:
while ((gelf_getdyn(data_dyn, t, &gd))) {
.....
}
will read one too many .dynamic entries - if you're lucky, the data within
the section that follows the .dynamic section will have a value that can be
interpreted as a DT_ flag :-)
|