Patch for SegFault in registry.c:TtaInitializeAppRegistry()

There is a seg fault in registry.c:TtaInitializeAppRegistry() line
1607.  It occurs whenever argv[0] is a relative symlink.  The problem
is that amaya is doing a strcpy() to an uninitialized pointer.

The attached patch fixes it, please CC any replies that you want me to
read.


Steve Dunham
dunham@debian.org

Received on Tuesday, 2 May 2000 02:51:03 UTC