Skip to content
Snippets Groups Projects
  • Arseny Kapoulkine's avatar
    e3b5e9ce
    XPath: Refactor xpath_node_set short buffer optimization · e3b5e9ce
    Arseny Kapoulkine authored
    This change replaces xpath_node_set single element storage with a
    single-element array in hopes that this would silence Coverity false
    positive about getting a singleton pointer.
    
    Additionally, it refactors _assign member to unify small and large
    buffer codepaths since they are basically identical.
    
    Fixes #233 (hopefully)
    e3b5e9ce
    History
    XPath: Refactor xpath_node_set short buffer optimization
    Arseny Kapoulkine authored
    This change replaces xpath_node_set single element storage with a
    single-element array in hopes that this would silence Coverity false
    positive about getting a singleton pointer.
    
    Additionally, it refactors _assign member to unify small and large
    buffer codepaths since they are basically identical.
    
    Fixes #233 (hopefully)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.