Recently I have to debug some program and got one line 

--8<---------------cut here---------------start------------->8---
execve("..something...") 
brk(NULL)                               = 0x5564a8662000
--8<---------------cut here---------------end--------------->8---
surprised me
I understand that brk (NULL) is called to get current break value but
return value is far too high for me. Can anybody explain this?
KJ


-- 
http://stopstopnop.pl/stop_stopnop.pl_o_nas.html
"Ninety percent of baseball is half mental."
                -- Yogi Berra

Reply via email to