Skip to content

quote_ident([nil, 'mytable']) segfaults #226

@ged

Description

@ged

Original report by Julian Mehnle (Bitbucket: jmehnle, GitHub: jmehnle).


$ irb1.9
irb(main):001:0> RUBY_VERSION
=> "1.9.3"
irb(main):002:0> require 'rubygems'
=> false
irb(main):003:0> require 'pg'
=> true
irb(main):004:0> PG::VERSION
=> "0.18.2"
irb(main):005:0> PG::Connection.quote_ident([nil, 'mytable'])
(irb):5: [BUG] Segmentation fault

This bug exists in 0.18.2, but I can't select that as an affected version.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions