12368 Commits (52f5711ed0354b0c5d396255886f03048997bbd9)
 

Author SHA1 Message Date
Behdad Esfahbod b5db4f1e4e Clean up NO_INDEX 15 years ago
Behdad Esfahbod fe9bc070e1 Fix awful confusion between lookup format and subtable format 15 years ago
Behdad Esfahbod 458ecbb60b Fix tracing order 15 years ago
Behdad Esfahbod 48146e5612 Don't fail sanitize on NULL data 15 years ago
Behdad Esfahbod d2c2ca8faf Fix comment 15 years ago
Behdad Esfahbod b435ab7e29 Fix accessing tables from NULL pointer 15 years ago
Behdad Esfahbod dacebcadae Simplify unions 15 years ago
Behdad Esfahbod fd671e0243 Remove unused macro 15 years ago
Behdad Esfahbod 0eb9fc6e37 Change DEFINE_SIZE_VAR to DEFINE_SIZE_ARRAY 15 years ago
Behdad Esfahbod 596e471aa5 Cleanup DEFINE_SIZE_VAR2 15 years ago
Behdad Esfahbod 33afa4e2dc Minor 15 years ago
Behdad Esfahbod b961518b96 Simplify array access 15 years ago
Behdad Esfahbod 54842374c2 Fix check_struct to check min_size instead of sizeof 15 years ago
Behdad Esfahbod ed07422c33 Further cleanup of sizeof 15 years ago
Behdad Esfahbod a82ef7a893 Remove CastP completely 15 years ago
Behdad Esfahbod 40cbefe858 Remove unnecessary casts 15 years ago
Behdad Esfahbod 09766b1ec5 Make StructAtOffset take a pointer 15 years ago
Behdad Esfahbod bea34c7cbb Further cleanup of DEFINE_SIZE 15 years ago
Behdad Esfahbod 0abcc3b48c Cleanup 15 years ago
Behdad Esfahbod b3651231bf Remove ASSERT_SIZE in favor of the safer DEFINE_SIZE_STATIC 15 years ago
Behdad Esfahbod 569da92bc6 Cleanup ASSERT_SIZE_VAR 15 years ago
Behdad Esfahbod 99bf03459f Whitespace 15 years ago
Behdad Esfahbod 65f46b0033 Simplify DEFINE_NULL_DATA 15 years ago
Behdad Esfahbod e45d3f86f9 Start cleaning up get_size() 15 years ago
Behdad Esfahbod b157617644 Remove the last of SANITIZE macros: SANITIZE_SELF 15 years ago
Behdad Esfahbod 4f252fedc7 Remove SANITIZE macro 15 years ago
Behdad Esfahbod c2ddfd2d26 Cleanup Value casts 15 years ago
Behdad Esfahbod 41a93d2c1f Remove SANITIZE_WITH_BASE 15 years ago
Behdad Esfahbod f5fab0c718 Remove SANITIZE_MEM 15 years ago
Behdad Esfahbod 4ad2cc5dec Rename check to check_range 15 years ago
Behdad Esfahbod 1cd1e117d0 Remove SANITIZE_ARRAY 15 years ago
Behdad Esfahbod 583d7f9586 Cosmetic 15 years ago
Behdad Esfahbod 705e215268 Minor 15 years ago
Behdad Esfahbod b18eafd0f6 Minor 15 years ago
Behdad Esfahbod 4169710911 Simplify chaining 15 years ago
Behdad Esfahbod 1911b9d21b Remove APPLY_ARG_DEF and APPLY_ARG 15 years ago
Behdad Esfahbod 6c42cddfe5 Port apply to use hb_trace_t 15 years ago
Behdad Esfahbod 969c9705ae Move context_length into apply_context 15 years ago
Behdad Esfahbod 94a23aaeca Move buffer into apply_context 15 years ago
Behdad Esfahbod 63493f956d Move layout_context into apply_context 15 years ago
Behdad Esfahbod fff9aa263d Minor 15 years ago
Behdad Esfahbod 27e302dc8e I keep changing my mind about this 15 years ago
Behdad Esfahbod 39840474af Remove SANITIZE_ARG_DEF and SANITIZE_ARG 15 years ago
Behdad Esfahbod b261e2ad5c Remove trace from sanitize_shallow() 15 years ago
Behdad Esfahbod dfc8cbe854 Add hb_trace_t 15 years ago
Behdad Esfahbod 20e3dd5d29 Make sanitize_depth variable automatic and not passed through function args 15 years ago
Behdad Esfahbod 4a446ac351 Use function template for pass-thru argument 15 years ago
Behdad Esfahbod 98daaf183d Make _hb_sanitize_*() methods of the context object 15 years ago
Behdad Esfahbod bb029af943 Remove SANITIZE_THIS 15 years ago
Behdad Esfahbod 2226fc93d1 Rename SANITIZE_BASE to SANITIZE_WITH_BASE 15 years ago