mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
saa_fpwrite: initializing "len" should be part of the loop
"len" should properly be initialized on every turn of the loop. It can be initialized to any value >= blk_len that fits in a size_t. (size_t)~0 would work except for any possible noncompliant C compilers that have a signed size_t (illegal per C99 7.17.2).
This commit is contained in:
parent
43f699b9bd
commit
a44b587b14
Loading…
x
Reference in New Issue
Block a user