Changeset 210c261


Ignore:
Timestamp:
Jul 3, 2003, 10:24:30 AM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
de03334
Parents:
e6449bc
Message:
Fixed bug that can cause response stuff to crash
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    re6449bc r210c261  
    55          standalone AIM client.
    66        Cleaned up some warnings from linux gcc.
     7        Fixed bug that can cause response stuff to crash
    78       
    892.0.6
  • configure.in

    re6449bc r210c261  
    4242AC_CHECK_LIB(krb4, krb_sendauth,,
    4343   AC_CHECK_LIB(krb, krb_sendauth))
    44 dnl These are both off right now to simluate zephyr not being present
    4544dnl AC_CHECK_LIB(zephyr, ZGetSender,, AC_MSG_ERROR(No zephyr library found.))
    4645AC_CHECK_LIB(zephyr, ZGetSender)
  • global.c

    r09489b89 r210c261  
    779779{
    780780  if (g->response) owl_free(g->response);
    781   g->response=resp;
     781  g->response=owl_strdup(resp);
    782782}
    783783
Note: See TracChangeset for help on using the changeset viewer.