Menu

#1 readprofile doesn't work on 2.4.3

open
nobody
None
5
2001-08-02
2001-08-02
No

It may not work on other versions that _stext is not the first line of the map file

The patch is simple, change

if (strcmp(fn_name,"_stext")) /* only elf works like this */

to

if (!strcmp(fn_name,"_stext")) /* only elf works like this */

Discussion


Log in to post a comment.

MongoDB Logo MongoDB