diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-09-12 13:14:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-16 15:24:02 +0100 |
commit | f9b18c398a5859531a2ec23b1853467999a86846 (patch) | |
tree | f42dc54a53b9dbaa712245228506b625820ddee1 /meta/recipes-devtools/gnu-config | |
parent | 92862c678f1da4f35f2576a0c15ea736d0ecb9d2 (diff) | |
download | poky-f9b18c398a5859531a2ec23b1853467999a86846.tar.gz |
makedevs: don't restrict device node paths to 40 characters
40 character paths work OK for device nodes in /dev but not for
device nodes created in a chroot, LXC container, etc.
Since the 'path' array is already a 4k buffer, the sscanf 40
character limit seems to be a typo or historical mis-merge. Update
the sscanf limit and bring the code in sync with the Buildroot
version:
https://git.buildroot.net/buildroot/commit/?id=8876b6751e0bc19a3754290061808f0f8420708e
(From OE-Core rev: e8022d00c34e37300c1c06f712c7ced5e03d2a57)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gnu-config')
0 files changed, 0 insertions, 0 deletions