New
v1.7.4.stable
What's Changed
- Allow
attachServer(ANY_SERVER, ANY_SERVER, ANY_FUNCTION_CODE, client)to create an "open bridge". This will let pass any request to the client regardless of server ID, hence creating an unrestricted and unguarded access to the Modbus the client is controlling. - Use tskNO_AFFINITY instead of NULL in xTaskCreatePinnedToCore by @guido4096 in https://github.com/eModbus/eModbus/pull/411
- Fix out-of-bounds access in setFunctionCode() by @KOMAD-bit in https://github.com/eModbus/eModbus/pull/412
New Contributors
- @guido4096 made their first contribution in https://github.com/eModbus/eModbus/pull/411
- @KOMAD-bit made their first contribution in https://github.com/eModbus/eModbus/pull/412
Full Changelog: https://github.com/eModbus/eModbus/compare/v1.7.3.stable...v1.7.4.stable