Project

General

Profile

« Previous | Next » 

Revision 3f956201

Added by nobu (Nobuyoshi Nakada) almost 5 years ago

Get rid of indirect sharing

  • string.c (str_duplicate): share the root shared string if the
    original string is already sharing, so that all shared strings
    refer the root shared string directly. indirect sharing can
    cause a dangling pointer.

[Bug #15792]