Skip to main content
MFäh.1
Associate III
February 29, 2024
Question

Dynamic memory allocation problem

  • February 29, 2024
  • 1 reply
  • 1142 views

Hi

I have a weird problem and do not understand where it could come from and thus do not know how to solve it. 

I am adding list entries to a list, and it seems to function correctly when I add them hardcoded. However, when attempting to add an entry received via UDP, it appears that the memory allocation is not 'blocking', allowing other functions to write to the same memory location.

 

 

 

 

    1 reply

    Ghofrane GSOURI
    Technical Moderator
    February 29, 2024

    Hello @MFäh.1 

    First let me thank you for posting.

    Could you please provide your IOC so that I can understand your issue more clearly.

     

    Thx

    Ghofrane

     

    To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
    MFäh.1
    MFäh.1Author
    Associate III
    February 29, 2024

    Hi

     

    Thank you for your response. I've identified the issue—it was a 'just' a buffer overflow at an unexpected location. Unfortunately, I couldn't find out how to delete the post.

    Thank you very much