Menu

#190 Session-Id incorrectly parsed

open
5
2007-10-04
2007-10-04
Anders
No

There is a bug in how the SessionId parameter 2 and 3 are parsed.

The RFC3588 *recommends* that these values are 32bit decimal. Note: "recommends"

In aaa_session_attributes.cxx
AAAReturnCode DiameterSessionId::Get(...)
method tries to parse these values as uint32 (High/Low) when it should be strings.

Discussion


Log in to post a comment.