chr-1x / twc

A C99-compatible library for using the Twitter API from cURL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buffer overflow codegen.c:253

aameen951 opened this issue · comments

comparing to the wrong size
it should be SourceIndex < Path.Size;

Nice catch. This was probably the source of my spurious naming errors on windows. Fixed.