Changeset 52 in openpam
- Timestamp:
- Feb 13, 2002, 12:41:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/openpam_log.c
r51 r52 75 75 for (len = strlen(fmt); len > 0 && isspace(fmt[len]); len--) 76 76 /* nothing */; 77 if ((format = malloc(strlen(func) + len + 8)) != NULL) {77 if ((format = malloc(strlen(func) + len + 16)) != NULL) { 78 78 sprintf(format, "in %s(): %.*s\n", func, len, fmt); 79 79 vsyslog(priority, format, ap);
Note: See TracChangeset
for help on using the changeset viewer.