Denis
Denis
Hello, I noticed there's no check for ngx_pcalloc possibly returning NULL at line 466. Hope this helps...
Hello! I tried to verify your uECC_point_mult() routine (using secp256r1) against the test vectors at http://point-at-infinity.org/ecc/nisttv. For k=1, k=n-1 and k=n-2 the routine generated the zero point. Other values of...
cmap_fmt12_13 should use binary search instead of linear. There are thousands of group records in Japanese and Chinese fonts.
When there is more than 1 subtable the loop will break because it adds to offset more than just the subtable length. offset += 6; offset += 8; offset +=...
I suggest redefining json_t someday so that it becomes 8 bytes long instead of 16 where size_t takes 8. Isn't 32 bits enough for a reference counter? ``` typedef struct...