Commit 4c49f4ba authored by Clément Stenac's avatar Clément Stenac

Backport [11359]

parent a1dcb363
...@@ -514,7 +514,7 @@ static void Run( services_discovery_t *p_sd ) ...@@ -514,7 +514,7 @@ static void Run( services_discovery_t *p_sd )
while( !p_sd->b_die ) while( !p_sd->b_die )
{ {
int i_read; int i_read;
uint8_t p_buffer[MAX_SAP_BUFFER]; uint8_t p_buffer[MAX_SAP_BUFFER+1];
i_read = net_Select( p_sd, p_sd->p_sys->pi_fd, NULL, i_read = net_Select( p_sd, p_sd->p_sys->pi_fd, NULL,
p_sd->p_sys->i_fd, p_buffer, p_sd->p_sys->i_fd, p_buffer,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment