Displaying 2 results from an estimated 2 matches for "interseg".
Did you mean:
intersec
2007 Nov 12
2
login_process_size too small on x86_64 Fedora/RHEL
Hello,
as described in [253363], login_process_size of 32M is not enough on 64-bit
versions of Fedora and RHEL (and possibly other distributions as well).
[253363] https://bugzilla.redhat.com/show_bug.cgi?id=253363
As I understand it, there's an intersegment gap between read-only/executable
and writable segments of shared libs. That's probably a security feature or
something.
I found a similar issue here[1], if anyone wants a comment from someone who
understands it.
[1] http://gcc.gnu.org/ml/libstdc++/2006-12/msg00033.html
Shall we just inc...
2009 Mar 26
1
isolinux-debug: Approaching overflow
While attempting to work on implementing readdir in ISOLINUX, I made
it large enough that it overflowed for isolinux-debug.
$ make all
nasm -O9999 -f elf -g -F stabs -DDATE_STR="'pre11-112-g930881b*'" \
-DHEXDATE="0x49caaf5b" \
-l isolinux.lsr -o isolinux.o isolinux.asm
ld -m elf_i386 -T syslinux.ld -M -o isolinux.elf isolinux.o >