tools/sed: Fix handling of symlinks of 128 chars
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 18 Dec 2022 02:09:22 +0000 (03:09 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 18 Dec 2022 20:40:58 +0000 (21:40 +0100)
commit963c77158c61950c46f52de0f87c90cae21f6652
treed1b12e296c3a8c0287798314063e635a7e22cfb3
parentb893aa7992087c105ea205088f8d9787200ed6f8
tools/sed: Fix handling of symlinks of 128 chars

If the absolute path a symlink is pointing to is 128 bytes long sed
failed with an error message like this: "<path>/sedstbU8O: Not a directory"

This fixes a problem building python seen in the build bot.

This patch is on its way into upstream sed.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
tools/sed/patches/001-sed-fix-handling-of-symlinks-pointing-to-path-with-1.patch [new file with mode: 0644]