- Timestamp:
- Dec 18, 2016, 12:25:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-stream.c
r3613 r3619 634 634 char *r = NULL; 635 635 636 ntapedev = (char *)malloc(strlen(tapedev)+ sizeof(char));636 ntapedev = (char *)malloc(strlen(tapedev)+2*sizeof(char)); 637 637 p = strrchr(tapedev,'/'); 638 638 if (p == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.