[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fix off-by-one in substring
From: |
felix . winkelmann |
Subject: |
[PATCH] fix off-by-one in substring |
Date: |
Mon, 15 Apr 2024 12:50:44 +0200 |
This patch addresses #1823, which was caused by an off-by-one error
in the check of the end-index, which is exclusive. Thanks to "siiky" for
reporting this.
felix
0001-Fixed-off-by-one-errors-in-end-limit-of-substring-ci.patch
Description: Text document
- [PATCH] fix off-by-one in substring,
felix . winkelmann <=