commit | 547607c4bf97ece7ad5cc50f103cbf651560ac86 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Aug 12 19:43:49 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Aug 12 19:43:49 2002 +0000 |
tree | 8986b7d1905aacc09a69e3931fb96a9bab27da63 | |
parent | 70b041bbe737e6b0d87183a63cbcd3d72edb90e8 [diff] |
k_mul(): Moved an assert down. In a debug build, interrupting a multiply via Ctrl+C could cause a NULL-pointer dereference due to the assert.