Attached is a test case for the client library that always exits on my
machine. Sometimes it gets a SIGPIPE, sometimes it gets a real X error
but most of the time that it does get a real X error it has a random
request_code.
Yes, what the code does is insane ( huge strings like this don't usually
happen in real life ) but it's still something that should probably be
fixed.
Jim suggested that I send this along to xpert.
--Chris
--
------------
Christopher Blizzard
http://www.0xdeadbeef.com/
Fatty, you with your thick face have hurt my instep.
------------
test.c
test: test.o
test.o: test.c
gcc -c -g test.c
test:
gcc -g test.o -o test -lX11 -L/usr/X11R6/lib
clean:
rm -f *.o *~ test