aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-22 08:00:00 +0800
committerGravatar Runxi Yu2025-11-22 08:00:00 +0800
commit8910bf7a42eea70e327a5c80b5dd07f529dcae30 (patch)
treeea8270fb6a3d8d3c81321938b1b7850a2bb73f08 /README.md
parentpack: Don't use bytes.Reader cursor, use mmaped slice directly (diff)
signatureNo signature
README: Note on integer overflows
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9dd31552..6d567d5e 100644
--- a/README.md
+++ b/README.md
@@ -213,3 +213,5 @@ By making a contribution to this project, I certify that:
they continue from that point (passing along some state such as
the packLocation to avoid re-resolving the location from index
files).
+* There may be some cases where integer overflows are handled
+ incorrectly.