@@ -1,3 +1,9 @@
+BFGMiner Version 2.10.5 - Future
+
+- Fix logic fail on partial writes with stratum send that was leading to corrupt
+message submissions.
BFGMiner Version 2.10.4 - February 7, 2013
- New platform ports: OpenWrt and Win64
@@ -1020,7 +1020,7 @@ static bool __stratum_send(struct pool *pool, char *s, ssize_t len)
sent = 0;
}
ssent += sent;
- len -= ssent;
+ len -= sent;
pool->cgminer_pool_stats.times_sent++;