DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35359>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35359





------- Additional Comments From [EMAIL PROTECTED]  2005-06-16 12:22 -------
Created an attachment (id=15435)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=15435&action=view)
Need to create new strings on the heap in all cases

In some cases apxExpandStrA and apxExpandStrW create new strings on the heap
(if there is a %) and dont if there is not. The caller in prunsrv.c always
frees the string and so if there is no % it then crashes. The fix makes
apxExpandStr(A/W) create new strings on the heap in all cases.

Tested by setting SO_ENVIRONMENT=KEY=VALUE then installing and running the
service

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to