This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
pv
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
80b68a73ee83f6441320f62b2949009038548fa5
pv
/
src
T
History
Andrew Wood
615c1d5321
Explicitly cast both sides of the comparison to "long long", otherwise there is an overflow on 32-bit systems and stop-at-size stops at the wrong point (
#166
).
2025-10-05 21:20:27 +01:00
..
include
Restrict the amount to read when --stop-at-size is active so that reads, as well as writes, never go past --size bytes (
#166
).
2025-09-30 22:27:25 +01:00
main
Fix incorrect usage of "optarg".
2025-10-04 21:51:26 +01:00
pv
Explicitly cast both sides of the comparison to "long long", otherwise there is an overflow on 32-bit systems and stop-at-size stops at the wrong point (
#166
).
2025-10-05 21:20:27 +01:00