compat/linprocfs

Roman Divacky rdivacky at freebsd.org
Sat Nov 24 14:37:38 PST 2007


hi

in
compat/linprocfs/linprocfs.c:linprocfs_doprocmaps() there's 

        unsigned int last_timestamp;

variable declaration, this variable is used only once in this function:

        if (last_timestamp + 1 != map->timestamp) {

ie. the map->timestamp is compared to some stack garbage + 1. this does not
seem to be correct, the last_timestamp must be set somewhere..

comments?

roman


More information about the freebsd-emulation mailing list