Darryl L. Pierce created QPID-5499:
--------------------------------------

             Summary: Ruby bindings fail to compile with -Werror=format-security
                 Key: QPID-5499
                 URL: https://issues.apache.org/jira/browse/QPID-5499
             Project: Qpid
          Issue Type: Bug
          Components: Ruby Client
    Affects Versions: 0.24
            Reporter: Darryl L. Pierce
            Assignee: Darryl L. Pierce


With Fedora 21 the option -Werror=format-security has been enabled. As a 
result, the code generated by Swig for the Ruby bindings fail to compile. The 
culprit code is in ruby.i:

rb_raise(merror, mex.what());

Which is using a method from the printf family but is not using a static format 
string.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to