diff options
Diffstat (limited to 'driver-csi.c')
-rw-r--r-- | driver-csi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver-csi.c b/driver-csi.c index 3803c30..33e7342 100644 --- a/driver-csi.c +++ b/driver-csi.c @@ -412,6 +412,7 @@ static termkey_keysym register_csifunc_full(termkey_csi *csi, termkey_type type, if(number >= csi->ncsifuncs) { struct keyinfo *new_csifuncs = realloc(csi->csifuncs, sizeof(new_csifuncs[0]) * (number + 1)); + // TODO: Handle realloc() failure csi->csifuncs = new_csifuncs; // Fill in the hole |