Well, as the overly long title suggests, is there any reason that
malloc() is used in dso.c (unix and aix)? apr_palloc() seems
fine for these purposes (temporary string). Also, as a side
note, sizeof(char) is used in the allocation, which is extreaneous,
because a char is always equivalent to one base unit of memory
(well, at least that's how I interpret ANSII).
-Sterling
