Ticket #324 (closed Bug report: fixed)

Opened 2 years ago

Last modified 1 year ago

Wdctl restart bug

Reported by: Medea Assigned to:
Priority: normal Milestone: Not yet assigned to a Milestone
Component: Gateway Keywords:
Cc:

Description

Hey,

Found a bug when calling wdctl restart (cf. wdctl_thread.c)

The bug is in the accept argument, the len is not calculated.

The tips is to do :

len = sizeof(sa_un);

just after "socklen_t len"

Bug found in 1.1.3_beta6 and tested in 1.1.3_beta7-pre1

Bye

Attachments

Change History

05/18/07 19:02:49 changed by benoitg

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [1227], thanks Medea

05/24/07 08:22:48 changed by Medea

  • status changed from closed to reopened.
  • resolution deleted.

There is another missing "len = sizeof(sa_un)" for the accept function on line 126 in wdctl_thread.c

:)

05/24/07 16:17:46 changed by benoitg

  • status changed from reopened to closed.
  • resolution set to fixed.

Oups, fixed in [1236]


Add/Change #324 (Wdctl restart bug)




Action