This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Quick access to stack bounds


> The only thing that I can figure that makes sense is to leave the
> base address NULL to signal this fact.  Not terribly helpful, but
> perhaps this isn't really the common case anymore.

That depends on how many people's init files are like mine:

# Set all the soft limits to the hard limits.
for limit in c d s t f p n; do
  ulimit -S$limit `ulimit -H$limit` 2>/dev/null
done


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]