Skip to content

global leak (deepMixIn) #13

Closed
Closed
@SystemParadox

Description

@SystemParadox

new DSSqlAdapter() causes a global leak. It tries to call deepMixIn(this.defaults, options) but this.defaults is undefined at this point.

deepMixIn should assert that the first argument is an object, instead of mistakenly assigning all the properties onto the global object.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions