tgrysztar / fasmg

flat assembler g - adaptable assembly engine
https://flatassembler.net/
205 stars 27 forks source link

Leaky `count` not `local` in utf8.inc #15

Closed bitRAKE closed 1 year ago

bitRAKE commented 1 year ago

The count variable should probably be local. Can leak and interfere with other code.

https://github.com/tgrysztar/fasmg/blob/708097133e86a9b98efaf59a011c3ae754cdf514/packages/x86/include/encoding/utf8.inc#L5-L12

bitRAKE commented 1 year ago

Commit b68ec776fff0c73cb8a388c6c5b932285b56ce82 resolved.