diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-17 06:18:43 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-17 06:18:43 +0200 |
commit | 81cbff917f965bf7fab35cb42d68ebf14a880aa5 (patch) | |
tree | 02f4aca29ce6872955e65fd63751d871a89b94b2 /sys/src/cmd/python/Python/mysnprintf.c | |
parent | 57ad566dfc30b250229852619fc1073d47375dfa (diff) |
gs: avoid 6c type propagation / constant folding issue for set_cb_end()
6c changed "- cmd_lagest_size + 1" into a *unsigned* 32bit constant. which
got added to 64bit pointer making pcb->limit > pcb->end resulting
in errors for partial commands in the buffer. removing the parentesis
propagates the operation to 64bit.
Diffstat (limited to 'sys/src/cmd/python/Python/mysnprintf.c')
0 files changed, 0 insertions, 0 deletions