Skip to content

Commit 9e2afa4

Browse files
authored
Fix AGENTS.md
Remove references to local filesystems, which don't apply outside of a single machine.
1 parent 85819fd commit 9e2afa4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ The library's documented contract is explicit and consistent across the public A
1414

1515
Relevant documentation locations:
1616

17-
- [roaring.go](/Users/dlemire/CVS/github/roaring/roaring.go): doc comments on `ReadFrom`, `MustReadFrom`, `FromBuffer`, `FromUnsafeBytes`, `UnmarshalBinary`, and `Validate`.
18-
- [roaring64/roaring64.go](/Users/dlemire/CVS/github/roaring/roaring64/roaring64.go): equivalent `ReadFrom`, `UnmarshalBinary`, and `Validate` for 64-bit bitmaps.
19-
- [README.md](/Users/dlemire/CVS/github/roaring/README.md) (the serialization example, around lines 250-272): sample code showing the required validate-after-deserialize pattern for untrusted input, with the explicit comment: "if buf is an untrusted source, you should validate the result".
17+
- roaring.go: doc comments on `ReadFrom`, `MustReadFrom`, `FromBuffer`, `FromUnsafeBytes`, `UnmarshalBinary`, and `Validate`.
18+
- roaring64/roaring64.go: equivalent `ReadFrom`, `UnmarshalBinary`, and `Validate` for 64-bit bitmaps.
19+
- README.md (the serialization example, around lines 250-272): sample code showing the required validate-after-deserialize pattern for untrusted input, with the explicit comment: "if buf is an untrusted source, you should validate the result".
2020

2121
The format specification is documented at https://github.com/RoaringBitmap/RoaringFormatSpec. The Go, Java, C and C++ implementations are binary compatible.
2222

0 commit comments

Comments
 (0)