Skip to content

[bug] geosite:geolocation-!cn includes look ahead regexp which cause dae crash #3055

@luochen1990

Description

@luochen1990
# Image Resource Domain like `img.diwodiwo.xyz` `s3.diwodiwo.xyz` `storage.diwodiwo.xyz` `storage-b.diwodiwo.xyz`
regexp:^([a-z0-9-]+\.)*(?!ad-display\.|ad-channel\.)[a-z0-9-]+\.diwodiwo\.xyz$

这段会导致某些软件(如dae)报错,希望能 revert。 或者加到单独的文件里,不要加到 geosite:geolocation-!cn 这个被广泛使用的分类里。

初步判断应该是 (?! 这类复杂的 look ahead 正则导致的问题,建议用其他方式处理,避免用 这类正则。

PR which cause this issue: #2695

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions