<div dir="ltr">It can't actually be used for INT_MIN in the current context because the<br>`dd += increment` on line 100 means that even if "last" is INT_MIN, we<br>won't take the fast path because INT_MIN - 1 isn't representable.<br>---<br> toys/lsb/seq.c | 5 +++--<br> 1 file changed, 3 insertions(+), 2 deletions(-)<br></div>