Бычков Андрей andrey
  • Joined on 2020-04-23
andrey pushed to master at SHS/pip 2026-08-05 23:26:38 +03:00
9d38731e1a Merge pull request 'Bugfixes 2' (#208) from bugfixes2 into master
1ddec15b87 threadsafe fixes
3f293ebd65 fix(PIFileTransfer): validate file id before array access
27a9f05d65 fix(PIProcess): handle fork() failure (return value -1)
13a9a75f79 fix(PISerial): break infinite loop when readDevice returns <= 0
Compare 11 commits »
andrey merged pull request SHS/pip#208 2026-08-05 23:26:37 +03:00
Bugfixes 2
andrey deleted branch mqtt_client from SHS/pip 2026-08-05 19:49:53 +03:00
andrey deleted branch bugfixes from SHS/pip 2026-08-05 19:49:35 +03:00
andrey pushed to bugfixes2 at SHS/pip 2026-08-05 19:49:06 +03:00
1ddec15b87 threadsafe fixes
andrey created pull request SHS/pip#208 2026-08-05 17:40:23 +03:00
Bugfixes 2
andrey pushed to bugfixes2 at SHS/pip 2026-08-05 17:40:05 +03:00
3f293ebd65 fix(PIFileTransfer): validate file id before array access
27a9f05d65 fix(PIProcess): handle fork() failure (return value -1)
13a9a75f79 fix(PISerial): break infinite loop when readDevice returns <= 0
b2e637ee2b fix(PIIOByteArray): advance pos by actual bytes read, not requested size
9cd56ab66c fix(PIEthernet): check open() return value with >= 0 instead of != 0
Compare 9 commits »
andrey created branch bugfixes2 in SHS/pip 2026-08-05 17:40:05 +03:00
andrey pushed to bugfixes at SHS/pip 2026-08-05 13:11:39 +03:00
df93563931 version
andrey pushed to bugfixes at SHS/pip 2026-08-05 12:59:46 +03:00
3603f6df13 fix piwaitevent