[Bug 1600671] Re: OsSysLogTask not assigning syslog server sockets correctly

2016-07-12 Thread Thomas Gutzler
While we're looking at OsSysLogTask::processAddSocket()... This patch fixes the above problem and makes sure that we're not adding the same syslog server socket twice ** Patch added: "OsSysLogTask.patch"

[Bug 1600671] [NEW] OsSysLogTask not assigning syslog server sockets correctly

2016-07-10 Thread Thomas Gutzler
Public bug reported: OsSysLogTask::processAddSocket() is supposed to add a syslog server socket to the list of available sockets (mpSockets) if there is still one available. The loop which is inserting the newly created socket into mpSockets[] is not terminated when an available spot is found.