This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Peer manager handles foreign FDS events

Hi

I've discovered some unexpected event handling in the fds_evt_handler of the module peer_data_storage.c in the peer manager. We have the peer manager running and use the FDS as well for storing application data. When the application writes some data with the FDS the peer_data_storage module handles the following FDS events as if they are triggered by the peer manager. Shouldn't the peer_data_storage module check if the event matches any ongoing operation?

Regards Adrian

Parents
  • Hi,

    You are correct. Thank you for reporting this!

    I checked with the developers, and they were aware of the issue already, and a fix is provided for the next SDK release.

    The missing checks are for the file id and record keys being within the ranges used by PDS.

    Sorry for the long response time, and thanks again for reporting.

    Regards, Terje

Reply
  • Hi,

    You are correct. Thank you for reporting this!

    I checked with the developers, and they were aware of the issue already, and a fix is provided for the next SDK release.

    The missing checks are for the file id and record keys being within the ranges used by PDS.

    Sorry for the long response time, and thanks again for reporting.

    Regards, Terje

Children
Related