|
|
| version 1.1.1.1, 2012/10/09 09:06:54 | version 1.1.1.1.2.1, 2013/07/22 12:54:39 |
|---|---|
| Line 657 res_nmkupdate(res_state statp, | Line 657 res_nmkupdate(res_state statp, |
| &startp, endp)) < 0) | &startp, endp)) < 0) |
| return (-1); | return (-1); |
| certlen = b64_pton(buf2, buf3, sizeof(buf3)); | certlen = b64_pton(buf2, buf3, sizeof(buf3)); |
| if (certlen < 0) | |
| return (-1); | |
| ShrinkBuffer(certlen); | ShrinkBuffer(certlen); |
| memcpy(cp, buf3, certlen); | memcpy(cp, buf3, certlen); |
| cp += certlen; | cp += certlen; |