[ 
https://issues.apache.org/jira/browse/PROTON-2077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17155699#comment-17155699
 ] 

ASF GitHub Bot commented on PROTON-2077:
----------------------------------------

astitcher merged pull request #245:
URL: https://github.com/apache/qpid-proton/pull/245


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Change Minimum supported Visual Studio compiler to 2015
> -------------------------------------------------------
>
>                 Key: PROTON-2077
>                 URL: https://issues.apache.org/jira/browse/PROTON-2077
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: proton-c-0.27.0
>            Reporter: Jiri Daněk
>            Assignee: Andrew Stitcher
>            Priority: Major
>
> The primary goal here is so we can change the project C support to C99 
> everywhere.
> So we need to ensure that all the C Windows code is actually C99 or actually 
> compile it as C++.
> Because {{snprintf}} is only supported in Visual Studio 2015. Using 
> {{snprintf}} is the best fix for the buffer overrun in {{pn_proactor_addr}}, 
> as per [https://github.com/apache/qpid-proton/pull/176]
> Also, printf supports {{%zu}} for printing size_t (since Visual Studio 2013).
> Does anyone use anything older than Visual Studio 2015 with Proton, at this 
> point?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to