Changeset f98c74e for text.c


Ignore:
Timestamp:
Apr 5, 2009, 7:36:53 PM (15 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
owl
Children:
51b6c7c
Parents:
9948234
Message:
Fix some strcpy's that could be vulnerable
Remove an unused function
File:
1 edited

Legend:

Unmodified
Added
Removed
  • text.c

    rfa00c5c rf98c74e  
    351351  tolen  = strlen(to);
    352352  fromlen  = strlen(from);
    353   out = malloc(outlen);
     353  out = owl_malloc(outlen);
    354354
    355355  while (in[inpos]) {
Note: See TracChangeset for help on using the changeset viewer.