Displaying 1 result from an estimated 1 matches for "append_to_buf".
2000 Jan 07
0
ANNOUNCE: x11-ssh-askpass v1.0
...les for the OpenSSH RPM
packages, i see no reason to make a separate spec file for
x11-ssh-askpass. Hence, this is version 1.0. May it not have to
change. :)
[Matthieu: I've made a slight change from your fix to the potential
memory leak in dynlist.c. Formerly (with or without the leak),
append_to_buf() would set the buffer to NULL if the realloc() failed,
causing the contents of the buffer to be lost. I've made the behavior
less destructive; the calling application should check the return
value to ensure the realloc() succeeded. All your other actual code
changes should be present in...