Ericsson / xcm

The Extensible Connection-oriented Messaging (XCM) library.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

xcm_tp_attr_get_all() modifies errno on success #102

Open m-ronnblom opened 2 weeks ago

m-ronnblom commented 2 weeks ago

Even though xcm_tp_attr_get_all() is a success (which it always is), it may modify errno, which it should not.