- From: Steve Dunham <dunham@cse.msu.edu>
- Date: Fri, 28 Apr 2000 17:05:48 -0400 (EDT)
- To: www-amaya-dev@w3.org
Received on Tuesday, 2 May 2000 02:51:03 UTC
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