RFR: 8347758: modules.cpp leaks string returned from get_numbered_property_as_sorted_string() [v3]

Zhengyu Gu zgu at openjdk.org
Wed Jan 15 18:38:15 UTC 2025


> Modules::get_numbered_property_as_sorted_string() returns strings created from os::strdup(), callers should free them after uses.

Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:

  Calvin's comment

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/23121/files
  - new: https://git.openjdk.org/jdk/pull/23121/files/e4ab2bb1..d553afa5

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23121&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23121&range=01-02

  Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/23121.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23121/head:pull/23121

PR: https://git.openjdk.org/jdk/pull/23121


More information about the hotspot-runtime-dev mailing list