HTTPRequest.h uses undeclared string function

Description

The HTTPRequest.h header file uses the strcpy function without declaring it. Although this doesn't cause problems for xmltooling itself (I guess places this file is used incorporate the appropriate header for other reasons) it does cause shibboleth 2 not to compile in this environment.

The attached patch file fixes this for me.

Environment

gcc 4.3 on Fedora 9 beta

Attachments

1

Activity

Show:

Scott Cantor May 27, 2008 at 9:54 PM

http://svn.middleware.georgetown.edu/view/cpp-xmltooling?view=rev&revision=494

Need additional testing, I think the string function is technically in the std namespace.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Affects versions

Created March 27, 2008 at 12:47 PM
Updated August 13, 2008 at 11:01 AM
Resolved May 27, 2008 at 9:54 PM