Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

8 check-ins using file src/db.c version 38fa02f37b

2019-09-23
23:18
Fix a potential bug in the table parsing logic of markdown rendering. check-in: 2263cf086e user: drh tags: trunk
21:06
Fix a potential endless loop in the markdown formatter. Enhance the fuzzer to run inputs on both the Fossil-wiki and the markdown formatters on each iteration. check-in: 4b46fb91e3 user: drh tags: trunk
20:03
Additional rebustness improvements for BOM handling. check-in: 9d96292871 user: drh tags: trunk
19:50
Improved comments on the fuzz.c module. No code changes. check-in: 898d5b6de7 user: drh tags: trunk
19:38
Merge the libfuzzer integration. check-in: 3a7129211c user: drh tags: trunk
19:35
Fix an off-by-one error in the BOM decoder. check-in: b3f45b334b user: drh tags: trunk
19:07
Add support for testing with libFuzzer. Closed-Leaf check-in: 8a6e8e2703 user: drh tags: libFuzzer
18:25
Change the database fingerprint algorithm slightly so that it is not dependent on the details of floating-point computations, and thus gives the same answer on a native x64 processor as it does under valgrind. Also fix a bug in the RID change event computation so that it works even if files have been added. check-in: 265f8e2d83 user: drh tags: trunk