giorgiozoppi commented on issue #9: SonarCube review.
URL: 
https://github.com/apache/incubator-milagro-crypto-c/issues/9#issuecomment-506976592
 
 
   I have created a branch sonar_review and i am working on that branch. I have:
   1. removed the two sprintf and added two new functions
   2. added two new functions that check string limits:
    void OCT_toHex_n(octet *src, char* dst, size_t n);
    void OCT_toStr_n(octet *src, char* dst, size_t n);
   3. Added a test for OCT_toHex_n in the octect test suite.
    

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to