Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



On Mar 30, 12:27am, n54%gmx.com@localhost ("Kamil Rytarowski") wrote:
-- Subject: Re: CVS commit: src/sys/kern

| I've checked the emulation code and indeed, there is a variety of
| possibilities.
| There are longer and shorter AUX vectors.
| 
| Two simple solutions:
|  - revert and keep some trailing content after AT_NULL,
|  - check PK_32, stack grow direction and find AT_NULL before dumping
|    the vector.
| 
| The former seems safer and I will go for it.
| 
| Thanks for pointing it out.

Thanks Kamil, I totally agree. The pathname data is part of the Auxiliary
Vector and I think that adding a K to the core file is not really affecting
anything. I think that the Solaris procfs view of the Aux data is incorrect
for not including it. Finally it is the only place where this information
is stored, so it would be good to have.

christos


Home | Main Index | Thread Index | Old Index