/[mcrypt]/libmcrypt/lib/mcrypt_modules.c
ViewVC logotype

Diff of /libmcrypt/lib/mcrypt_modules.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by nmav, Tue Jan 23 11:46:28 2001 UTC revision 1.12 by nmav, Thu Mar 29 17:55:21 2001 UTC
# Line 54  void *mcrypt_dlopen_ext ( const char *fi Line 54  void *mcrypt_dlopen_ext ( const char *fi
54          void *ret;          void *ret;
55          char full_path[1054];          char full_path[1054];
56    
57          if (strlen(filename)>sizeof(full_path)) return;          if (strlen(filename)>sizeof(full_path)) return NULL;
58    
59          strcpy(full_path, filename);          strcpy(full_path, filename);
60          ret = dlopen(full_path, RTLD_LAZY);          ret = dlopen(full_path, RTLD_LAZY);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26