mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Fix SMB tests on Apple M1.
Due to different double precision on M1, file IDs for SMB could end up changing on M1 because the access time of a file goes into their computation. The real solution for this would be changing Zeek's internal "time" representation to uint64; that's planned, but requires major surgery. For now, this PR changes the SMB code to also pass SMB's original time representation (which is a uint64) into script-land, and then use that for computing the file ID. Closes #1406
This commit is contained in:
parent
4a674f50d7
commit
369e42a6e4
10 changed files with 39 additions and 26 deletions
|
@ -1 +1 @@
|
|||
87a8b70c109b3dde01805fe95a6fba19033ccd85
|
||||
031d8095bb5ec19f2bf8f892d26d3fdd39350983
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue