Update of /src/master/dx/src/exec/libdx
In directory opendx.watson.ibm.com:/tmp/cvs-serv49902
Modified Files:
notify.c
Log Message:
On multiple image display windows application, the key value computation
on hash() function on libdx/notify.c is too simple. Two different input
parameters will return same key value. The result is the system runs out
of memory. For example: "CACHED_OBJECT_X24,:0,#X205520899" and
"CACHED_OBJECT_X24,:0,#X184549379" generate same l value 73. Adding one
more factor "s" the sum of character string will reduce the probability
of same key value return.