Skip to content

Conversation

@patrick-irc
Copy link
Member

sip contains the source IP address of a user as String.

Currently it is declared as

char	sip[1];

and its memory is allocated implictly.

I want to refactor it to a pointer (char *sip) so that it can be overwritten if needed and to make the code easier to understand.

@patrick-irc patrick-irc merged commit c7821ab into 2.12.0 Jan 15, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants