[webkit-changes] [WebKit/WebKit] 9b85c1: Have ListHashSet validate its keys in release builds

Chris Dumez noreply at github.com
Tue Jan 7 11:35:42 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9b85c19881e78a7f73b9e46583481b7cfeccd085
      https://github.com/WebKit/WebKit/commit/9b85c19881e78a7f73b9e46583481b7cfeccd085
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2025-01-07 (Tue, 07 Jan 2025)

  Changed paths:
    M Source/WTF/wtf/ListHashSet.h

  Log Message:
  -----------
  Have ListHashSet validate its keys in release builds
https://bugs.webkit.org/show_bug.cgi?id=285519

Reviewed by Darin Adler.

Have ListHashSet validate its keys in release builds, as security hardening.
This is similar to what we did for HashMap & HashSet.

This tested as performance neutral on Speedometer and JetStream.

* Source/WTF/wtf/ListHashSet.h:

Canonical link: https://commits.webkit.org/288552@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list