[cpp-sp] branch main updated: Fix a string concat bug.

Codeberg noreply at shibboleth.net
Mon Dec 8 16:09:04 UTC 2025


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/1c5d148777acc26664a3a8c49571fc9db0e7eec5

The following commit(s) were added to refs/heads/main by this push:
     new 1c5d1487 Fix a string concat bug.
1c5d1487 is described below

commit 1c5d148777acc26664a3a8c49571fc9db0e7eec5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 8 11:08:49 2025 -0500

    Fix a string concat bug.
---
 shibsp/attribute/impl/DefaultAttributeConfiguration.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/attribute/impl/DefaultAttributeConfiguration.cpp b/shibsp/attribute/impl/DefaultAttributeConfiguration.cpp
index 967f5e39..8130f374 100644
--- a/shibsp/attribute/impl/DefaultAttributeConfiguration.cpp
+++ b/shibsp/attribute/impl/DefaultAttributeConfiguration.cpp
@@ -77,7 +77,7 @@ namespace {
         Category& m_log;
         // Unused ptree if we configure via inline.
         ptree m_pt;
-        const char* m_scopeDelimiter;
+        string m_scopeDelimiter;
         bool m_urlEncoding,m_exportDuplicates,m_partialRegexMatching;
         map<string,string> m_mappings;
         set<string> m_caseInsensitiveIds;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list