vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

Corrected type on bufputc #124

Open andre-d opened 12 years ago

andre-d commented 12 years ago

Possible vulnerability implicit cast, my bad

andre-d commented 12 years ago

Might be implicitly casted, good idea to correct anyway.

andre-d commented 12 years ago

Confirmed, implicit cast to char, still likely should be uint8_t or char to begin with.

mildsunrise commented 12 years ago

@andre-d :+1: anyway, your changes can't cleanly merge with master because they've different base commits. If you can add me to your repo, I'll fix this for you. Thanks!