RESOLVED FIXED Bug 112184
[EFL] Better error handling in NetworkStateNotifierEfl
https://bugs.webkit.org/show_bug.cgi?id=112184
Summary [EFL] Better error handling in NetworkStateNotifierEfl
Chris Dumez
Reported 2013-03-12 13:33:05 PDT
Error handling should be improved in the NETLINK socket code in NetworkStateNotifierEfl.
Attachments
Patch (6.87 KB, patch)
2013-03-12 14:12 PDT, Chris Dumez
no flags
Patch (7.15 KB, patch)
2013-03-12 14:20 PDT, Chris Dumez
eflews.bot: commit-queue-
Patch (7.05 KB, patch)
2013-03-12 23:33 PDT, Chris Dumez
kenneth: review+
Patch for landing (7.28 KB, patch)
2013-03-13 12:37 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2013-03-12 14:12:30 PDT
Chris Dumez
Comment 2 2013-03-12 14:20:00 PDT
EFL EWS Bot
Comment 3 2013-03-12 17:18:34 PDT
EFL EWS Bot
Comment 4 2013-03-12 17:51:24 PDT
Chris Dumez
Comment 5 2013-03-12 23:33:52 PDT
Created attachment 192873 [details] Patch Fix release build.
Kenneth Rohde Christiansen
Comment 6 2013-03-13 09:08:56 PDT
Comment on attachment 192873 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=192873&action=review > Source/WebCore/platform/network/efl/NetworkStateNotifierEfl.cpp:112 > + while (1) { isnt while (true) not more readable? > Source/WebCore/platform/network/efl/NetworkStateNotifierEfl.cpp:113 > + ssize_t len = recv(sock, nlh, bufferSize, MSG_DONTWAIT); length?
Chris Dumez
Comment 7 2013-03-13 12:37:23 PDT
Created attachment 192965 [details] Patch for landing Fixed nits.
WebKit Review Bot
Comment 8 2013-03-13 13:12:20 PDT
Comment on attachment 192965 [details] Patch for landing Clearing flags on attachment: 192965 Committed r145741: <http://trac.webkit.org/changeset/145741>
WebKit Review Bot
Comment 9 2013-03-13 13:12:25 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.