Victor Kirhenshtein
Results
2
issues of
Victor Kirhenshtein
Currently libmodbus uses select() on Linux. If socket handle is greater than FD_SETSIZE select call causes application crash due to buffer overflow. Proposed pull request uses poll() instead of select()...
Current version does not set correct options for xlc and ar on AIX when 64 bit build is selected with option --64 for configure. Proposed patch fixes that issue.